Summary: This is a first step in breaking up the getting started docs. Ultimately, the React Native Android and iOS bits will become separate sections, too, but I won't to keep the diffs a bit smaller. This one doesn't really do much apart from reorganising the current content. Reviewed By: mweststrate Differential Revision: D20815235 fbshipit-source-id: 5c85b788211699a2a9f5808b9e2590c7db68a1c1
81 lines
2.0 KiB
JSON
81 lines
2.0 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"
|
|
],
|
|
"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"
|
|
]
|
|
}
|
|
} |