diff --git a/desktop/plugins/public/databases/docs/overview.mdx b/desktop/plugins/public/databases/docs/overview.mdx index 487be83e9..e0db247eb 100644 --- a/desktop/plugins/public/databases/docs/overview.mdx +++ b/desktop/plugins/public/databases/docs/overview.mdx @@ -1,9 +1,5 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; -:::note -This plugin is only available for Android. -::: - The Databases plugin provides Developers with read-write access to databases. ## Plugin functionality diff --git a/desktop/plugins/public/leak_canary/docs/overview.mdx b/desktop/plugins/public/leak_canary/docs/overview.mdx index 959213adb..cba6ada42 100644 --- a/desktop/plugins/public/leak_canary/docs/overview.mdx +++ b/desktop/plugins/public/leak_canary/docs/overview.mdx @@ -1,9 +1,5 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; -:::note -This plugin is only available for Android. -::: - The LeakCanary plugin provides Developers with Flipper support for [LeakCanary](https://github.com/square/leakcanary), an open source memory leak detection library. Leaks detected by LeakCanary appear automatically in Flipper. Each leak displays a hierarchy of objects, beginning with the garbage collector root and ending at the leaked class.