Add troubleshooting page

Summary: Adds a bunch of steps to take if you're having trouble.

Reviewed By: danielbuechele

Differential Revision: D9811295

fbshipit-source-id: 6802108e98850ab11764081491a528eb939d2224
This commit is contained in:
John Knox
2018-09-14 04:47:12 -07:00
committed by Facebook Github Bot
parent fc653d8057
commit 01dc8ed6fd
4 changed files with 61 additions and 1 deletions

View File

@@ -32,6 +32,8 @@
"Styling Components": "Styling Components",
"testing": "Testing",
"Testing": "Testing",
"troubleshooting": "Troubleshooting Issues",
"Troubleshooting Issues": "Troubleshooting Issues",
"ui-components": "UI Components",
"UI Components": "UI Components",
"understand": "Understanding Flipper",

View File

@@ -1,6 +1,6 @@
{
"docs": {
"Using Flipper": ["getting-started", "understand", "stetho"],
"Using Flipper": ["getting-started", "understand", "stetho", "troubleshooting"],
"Built-in Plugins": [
"logs-plugin",
"layout-plugin",