Files
flipper/website/sidebars.json
Pritesh Nandgaonkar 9c96ab1565 Documentation for background plugin
Summary: Documentation for background plugin

Reviewed By: passy

Differential Revision: D10378898

fbshipit-source-id: 42f23b9464c41ee2f329301233c1e01d0ae05e95
2018-10-15 11:37:29 -07:00

31 lines
670 B
JSON

{
"docs": {
"Using Flipper": ["getting-started", "understand", "stetho", "troubleshooting"],
"Built-in Plugins": [
"logs-plugin",
"layout-plugin",
"network-plugin",
"sandbox-plugin",
"shared-preferences-plugin",
"leak-canary-plugin"
],
"Plugins: Desktop part": [
"js-setup",
"communicating",
"background-plugin-jsside",
"create-table-plugin",
"ui-components",
"styling-components"
],
"Plugins: Mobile part": [
"create-plugin",
"send-data",
"error-handling",
"testing"
],
"Flipper Internals": [
"establishing-a-connection"
]
}
}