Add Troubleshooting Guide to Sidebar.

Summary:
Doing this will make it easier for us to migrate docs to the new site.
Closes https://github.com/facebook/react-native/pull/15658

Differential Revision: D5710584

Pulled By: hramos

fbshipit-source-id: 021ed1cd71b77de05deebdc8045e5e409071c95f
This commit is contained in:
Hector Ramos 2017-08-25 15:17:37 -07:00 committed by Facebook Github Bot
parent db39d2387e
commit 26ef0b0f33
2 changed files with 5 additions and 2 deletions

View File

@ -2,10 +2,13 @@
id: troubleshooting id: troubleshooting
title: Troubleshooting title: Troubleshooting
layout: docs layout: docs
category: Quick Start category: Guides
permalink: docs/troubleshooting.html permalink: docs/troubleshooting.html
next: native-modules-ios
previous: upgrading
--- ---
These are some common issues you may run into while setting up React Native. If you encounter something that is not listed here, try [searching for the issue in GitHub](https://github.com/facebook/react-native/issues/). These are some common issues you may run into while setting up React Native. If you encounter something that is not listed here, try [searching for the issue in GitHub](https://github.com/facebook/react-native/issues/).
### Port already in use ### Port already in use

View File

@ -4,7 +4,7 @@ title: Upgrading to new React Native versions
layout: docs layout: docs
category: Guides category: Guides
permalink: docs/upgrading.html permalink: docs/upgrading.html
next: native-modules-ios next: troubleshooting
previous: running-on-device previous: running-on-device
--- ---