diff --git a/desktop/plugins/public/network/docs/protobuf-retrofit.mdx b/desktop/plugins/public/network/docs/_protobuf-retrofit.mdx similarity index 100% rename from desktop/plugins/public/network/docs/protobuf-retrofit.mdx rename to desktop/plugins/public/network/docs/_protobuf-retrofit.mdx diff --git a/desktop/plugins/public/network/docs/setup.mdx b/desktop/plugins/public/network/docs/setup.mdx index 5c431afb0..7eff44c82 100644 --- a/desktop/plugins/public/network/docs/setup.mdx +++ b/desktop/plugins/public/network/docs/setup.mdx @@ -1,6 +1,6 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ProtobufRetrofitSetup from './protobuf-retrofit.mdx'; +import ProtobufRetrofitSetup from './_protobuf-retrofit.mdx'; To use the network plugin, you need to add the plugin to your Flipper client instance. diff --git a/docs/extending/desktop-plugin-structure.mdx b/docs/extending/desktop-plugin-structure.mdx index 361c73fe3..a6c60527a 100644 --- a/docs/extending/desktop-plugin-structure.mdx +++ b/docs/extending/desktop-plugin-structure.mdx @@ -3,8 +3,8 @@ id: desktop-plugin-structure title: Plugin structure --- -import FbNpmDeps from '../fb/adding-npm-dependencies-0.mdx' -import FbOnlyParts from '../fb/fb-only-parts-in-os-plugins.mdx' +import FbNpmDeps from '../fb/_adding-npm-dependencies-0.mdx' +import FbOnlyParts from '../fb/_fb-only-parts-in-os-plugins.mdx' Flipper Desktop plugins have a rigid structure. We recommend to scaffold any new plugin using our scaffolding tooling. diff --git a/docs/extending/testing.mdx b/docs/extending/testing.mdx index f3bba7178..846f3e1ae 100644 --- a/docs/extending/testing.mdx +++ b/docs/extending/testing.mdx @@ -5,8 +5,8 @@ title: Testing import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import FbIosTesting from '../fb/ios-plugin-development-testing-ios-plugins-0.mdx'; -import FbAndroidTesting from '../fb/android-plugin-development-testing-android-plugins-0.mdx'; +import FbIosTesting from '../fb/_ios-plugin-development-testing-ios-plugins-0.mdx'; +import FbAndroidTesting from '../fb/_android-plugin-development-testing-android-plugins-0.mdx'; Developer tools are only used if they work. We have built APIs to test plugins. diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index dff363102..d5e81433c 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -4,7 +4,7 @@ title: Desktop App --- import useBaseUrl from '@docusaurus/useBaseUrl'; -import FbInstallation from './fb/installation.mdx'; +import FbInstallation from './fb/_installation.mdx'; Flipper helps you debug Android, iOS, and even web apps running in an emulator/simulator, connected physical development devices, or in your browser. Flipper consists of two parts: diff --git a/docs/troubleshooting.mdx b/docs/troubleshooting.mdx index acbafdd71..660fe293f 100644 --- a/docs/troubleshooting.mdx +++ b/docs/troubleshooting.mdx @@ -6,9 +6,9 @@ custom_edit_url: https://www.internalfb.com/intern/diffusion/FBS/browsefile/mast --- import useBaseUrl from '@docusaurus/useBaseUrl'; -import InternalTroubleshooting from './fb/internal-troubleshooting.mdx'; +import InternalTroubleshooting from './fb/_internal-troubleshooting.mdx'; -import PortalTroubleshooting from './fb/portal-troubleshooting.mdx'; +import PortalTroubleshooting from './fb/_portal-troubleshooting.mdx'; We hope that Flipper works well out of the box, but the software is a work in progress and problems will occur. Below are some known issues and steps you can take to try to resolve them.