Summary: Added docs for the Navigation Plugin. I've added instructions on how to use the plugin with vanilla Android, or how to integrate it with a third party solution. Reviewed By: danielbuechele Differential Revision: D16856614 fbshipit-source-id: e99cb94318820bd926f50bd4ba205fb11396a9d8
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"features": {
|
|
"Features": [
|
|
"features/index",
|
|
"features/logs-plugin",
|
|
"features/layout-plugin",
|
|
"features/navigation-plugin",
|
|
"features/network-plugin",
|
|
"features/databases-plugin",
|
|
"features/images-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/navigation-plugin",
|
|
"setup/network-plugin",
|
|
"setup/databases-plugin",
|
|
"setup/images-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"]
|
|
}
|
|
}
|