Files
flipper/website/sidebars.json
Pascal Hartig b3b75939a8 Reorganise extend sidebar
Summary:
- Layout was in an odd spot. "Other platforms" is still weird, but it's at least next to the JS part now.
- Tutorial is the first thing after the intro.

Reviewed By: danielbuechele

Differential Revision: D15198470

fbshipit-source-id: 263582ee51f228a295be5952f5dc219e53c5e3e6
2019-05-03 10:21:22 -07:00

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",
"share-flipper-data",
"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/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"
]
}
}