Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/218 Reviewed By: passy Differential Revision: D9239480 Pulled By: jknoxville fbshipit-source-id: 34b909a28af0c15d524926419ff47b8381163075
30 lines
617 B
JSON
30 lines
617 B
JSON
{
|
|
"docs": {
|
|
"Using Flipper": ["getting-started", "understand", "stetho"],
|
|
"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"
|
|
]
|
|
}
|
|
}
|