Files
flipper/website/sidebars.json
Pritesh Nandgaonkar fd9b581162 Documentation for sharing flipper data
Summary: Added documentation for the Flipper's Import/Export feature

Reviewed By: passy

Differential Revision: D14539133

fbshipit-source-id: 66f85c46edd4ca644d2bbcd6e47dd9c88aa3618c
2019-03-20 06:59:28 -07:00

37 lines
779 B
JSON

{
"docs": {
"Using Flipper": [
"getting-started",
"understand",
"stetho",
"share-flipper-data",
"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"]
}
}