Summary: The "next" link at the bottom right now leads to a 404 (was the old data page). Reviewed By: jknoxville Differential Revision: D15237635 fbshipit-source-id: 67ee7ace933d270b9e85b012e9128e1003c73ece
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"features": {
|
|
"Features": [
|
|
"features/index",
|
|
"features/logs-plugin",
|
|
"features/layout-plugin",
|
|
"features/network-plugin",
|
|
"features/sandbox-plugin",
|
|
"features/shared-preferences-plugin",
|
|
"features/leak-canary-plugin",
|
|
"features/crash-reporter-plugin",
|
|
"features/share-flipper-data"
|
|
]
|
|
},
|
|
"setup": {
|
|
"Using Flipper": [
|
|
"getting-started",
|
|
"troubleshooting"
|
|
],
|
|
"Plugin Setup": [
|
|
"setup/layout-plugin",
|
|
"setup/network-plugin",
|
|
"setup/sandbox-plugin",
|
|
"setup/shared-preferences-plugin",
|
|
"setup/leak-canary-plugin",
|
|
"setup/crash-reporter-plugin"
|
|
],
|
|
"Advanced Usage": ["custom-ports", "stetho"]
|
|
},
|
|
"extending": {
|
|
"Extending Flipper": ["extending/index"],
|
|
"Tutorial": [
|
|
"tutorial/intro",
|
|
"tutorial/ios",
|
|
"tutorial/android",
|
|
"tutorial/js-table",
|
|
"tutorial/js-custom"
|
|
],
|
|
"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/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"
|
|
]
|
|
}
|
|
}
|