Files
flipper/website/sidebars.json
Pritesh Nandgaonkar 9ec04d33e2 Back out "Revert D13434177: [Docs] Updated the website docs with the information of crash reporter plugin"
Summary:
Original commit changeset: 36e501b0ca70

The original diff was reverted because the sheriff thought that my diff broke the flipper test but it was not the case.Thus putting it back

Reviewed By: passy

Differential Revision: D13495123

fbshipit-source-id: 7e72dafe967236b968baf9d4741b3673f46a27cb
2018-12-20 06:05:25 -08:00

35 lines
711 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"]
}
}