From b38591a35cf49802b8af16a15e96dc5b00fec72d Mon Sep 17 00:00:00 2001 From: Kevin Strider Date: Mon, 9 May 2022 05:46:04 -0700 Subject: [PATCH] features docs Summary: Remove reference to limitation of an API to a particular platform or app. We show in Flipper whether the plugin is compatible or not. For example, if an iOS device is connected, for plugins that don't support iOS, Flipper marks them as disabled and show a message. Reviewed By: lblasa Differential Revision: D36241811 fbshipit-source-id: 4f936279c8dd616fc95a4e6c3e149a0b74b98bd6 --- desktop/plugins/public/databases/docs/overview.mdx | 4 ---- desktop/plugins/public/leak_canary/docs/overview.mdx | 4 ---- 2 files changed, 8 deletions(-) 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.