Summary: Describes the interface that clients should conform to to implement the layout plugin. Reviewed By: danielbuechele Differential Revision: D15166234 fbshipit-source-id: b86303f18f33762f09cfc503ece856cfcc887493
54 lines
1.4 KiB
JSON
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"],
|
|
"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"]
|
|
}
|
|
}
|