Summary: ^^ Reviewed By: jknoxville Differential Revision: D15666190 fbshipit-source-id: 4b2f5c5544820baa4654b4e52a7e75bd275facc1
65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"features": {
|
|
"Features": [
|
|
"features/index",
|
|
"features/logs-plugin",
|
|
"features/layout-plugin",
|
|
"features/network-plugin",
|
|
"features/databases-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/databases-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"
|
|
]
|
|
}
|
|
}
|