Summary: Adding a "features" page to the to bar and splitting plugin descriptions from their setup instructions. Reviewed By: jknoxville Differential Revision: D15147464 fbshipit-source-id: b2106d825454c3b2989eb1e536b128ef9b6d0247
44 lines
1.0 KiB
JSON
44 lines
1.0 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"
|
|
]
|
|
},
|
|
"docs": {
|
|
"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"
|
|
],
|
|
"Plugin Development": [
|
|
"js-setup",
|
|
"writing-a-plugin",
|
|
"create-table-plugin",
|
|
"communicating",
|
|
"ui-components",
|
|
"styling-components",
|
|
"create-plugin",
|
|
"send-data",
|
|
"error-handling",
|
|
"testing"
|
|
],
|
|
"Advanced Usage": ["custom-ports", "establishing-a-connection", "stetho"]
|
|
}
|
|
}
|