Files
flipper/website/sidebars.json
Edoardo Tognoni 53753801b0 Open source the Sandbox plugin
Summary: This diff is mainly moving diffs around to open source the Sandbox plugin. I created the MD file writing some docs. The rest is just making our own FB implementation work

Reviewed By: danielbuechele

Differential Revision: D8731839

fbshipit-source-id: 27ac67223c6de9d1be406ab8c06b71b82d5407bc
2018-07-05 09:19:37 -07:00

25 lines
484 B
JSON

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