Files
flipper/website/sidebars.json
Pritesh Nandgaonkar 5fc0d9833d Change the website branding
Summary: Updated the website with the new name flipper

Reviewed By: passy

Differential Revision: D9046642

fbshipit-source-id: e4c6e77ddba62b8ebedf5639dc7cc6375b857cd9
2018-07-31 14:02:58 -07:00

26 lines
521 B
JSON

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