Files
flipper/website/sidebars.json
Pascal Hartig df46c0c63e Add extending Layout Inspector docs
Summary:
Please give feedback on the sidebar placement.

This is only the Android part. I'll put up a second diff copying the iOS thing over
but hope someone can commandeer that and check for accuracy.

Reviewed By: priteshrnandgaonkar

Differential Revision: D15181454

fbshipit-source-id: d32081feefbfb0ffc38890e835a7d5f6b78667ab
2019-05-02 08:44:44 -07:00

54 lines
1.4 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", "extending/layout-inspector"],
"Plugin Development": [
"extending/js-setup",
"extending/writing-a-plugin",
"extending/create-table-plugin",
"extending/communicating",
"extending/ui-components",
"extending/styling-components",
"extending/create-plugin",
"extending/send-data",
"extending/search-and-filter",
"extending/error-handling",
"extending/testing"
],
"Other Platforms": [
"extending/new-clients",
"extending/establishing-a-connection",
"extending/supporting-layout"
],
"Internals": ["extending/arch"]
}
}