Files
flipper/website/sidebars.json
Pascal Hartig 2823307c62 Add RN Android/iOS docs
Summary:
I trimmed the previous versions of this down a lot to only
focus on what RN developers need to know without duplicating
what we have in the non-RN docs.

Reviewed By: mweststrate

Differential Revision: D20816115

fbshipit-source-id: 9d88a6fb0d49e823194cce647e64b86d61d6229a
2020-04-06 08:27:20 -07:00

83 lines
2.1 KiB
JSON

{
"features": {
"Features": [
"features/index",
"features/logs-plugin",
"features/layout-plugin",
"features/navigation-plugin",
"features/network-plugin",
"features/databases-plugin",
"features/images-plugin",
"features/sandbox-plugin",
"features/shared-preferences-plugin",
"features/leak-canary-plugin",
"features/crash-reporter-plugin",
"features/share-flipper-data",
"features/react-native"
]
},
"setup": {
"Getting Started": [
"getting-started/index",
"getting-started/android-native",
"getting-started/ios-native",
"getting-started/react-native",
"getting-started/react-native-android",
"getting-started/react-native-ios"
],
"Plugin Setup": [
"setup/layout-plugin",
"setup/navigation-plugin",
"setup/network-plugin",
"setup/databases-plugin",
"setup/images-plugin",
"setup/sandbox-plugin",
"setup/shared-preferences-plugin",
"setup/leak-canary-plugin",
"setup/crash-reporter-plugin"
],
"Advanced": [
"custom-ports",
"stetho",
"troubleshooting"
]
},
"extending": {
"Extending Flipper": [
"extending/index"
],
"Tutorial": [
"tutorial/intro",
"tutorial/ios",
"tutorial/android",
"tutorial/react-native",
"tutorial/js-setup",
"tutorial/js-table",
"tutorial/js-custom",
"tutorial/js-publishing"
],
"Plugin Development": [
"extending/js-setup",
"extending/js-plugin-api",
"extending/create-table-plugin",
"extending/ui-components",
"extending/styling-components",
"extending/search-and-filter",
"extending/create-plugin",
"extending/client-plugin-lifecycle",
"extending/send-data",
"extending/error-handling",
"extending/testing",
"extending/debugging"
],
"Other Platforms": [
"extending/new-clients",
"extending/establishing-a-connection",
"extending/supporting-layout"
],
"Internals": [
"extending/arch",
"extending/layout-inspector"
]
}
}