Files
flipper/website/sidebars.json
John Knox 01dc8ed6fd Add troubleshooting page
Summary: Adds a bunch of steps to take if you're having trouble.

Reviewed By: danielbuechele

Differential Revision: D9811295

fbshipit-source-id: 6802108e98850ab11764081491a528eb939d2224
2018-09-14 05:01:51 -07:00

30 lines
636 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",
"create-table-plugin",
"ui-components",
"styling-components"
],
"Plugins: Mobile part": [
"create-plugin",
"send-data",
"error-handling",
"testing"
],
"Flipper Internals": [
"establishing-a-connection"
]
}
}