Files
flipper/website/sidebars.json
John Knox a8fc858d4d Add custom ports to documentation
Summary:
Added instructions on using custom ports.

We probably want to put the headless instructions here too when they're ready.

Reviewed By: danielbuechele

Differential Revision: D13860469

fbshipit-source-id: 76537a36e6fc85e805a29830927e4d59ee4f73e8
2019-01-29 09:08:05 -08:00

36 lines
751 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",
"crash-reporter-plugin"
],
"Plugins: Desktop part": [
"js-setup",
"writing-a-plugin",
"create-table-plugin",
"communicating",
"ui-components",
"styling-components"
],
"Plugins: Mobile part": [
"create-plugin",
"send-data",
"error-handling",
"testing"
],
"Flipper Internals": ["establishing-a-connection"],
"Advanced Usage": ["custom-ports"]
}
}