Troubleshooting docs structure refactored

Summary: Troubleshooting docs structure refactored. This should fix publishing of docs on GitHub which is currently failing, because of link to fb-only page from public page: https://github.com/facebook/flipper/actions/runs/2351680003.

Reviewed By: passy

Differential Revision: D36513180

fbshipit-source-id: c0339d437f560464e771e46dfc0a55782faf6a54
This commit is contained in:
Anton Nikolaev
2022-05-19 07:43:09 -07:00
committed by Facebook GitHub Bot
parent 2704ce5a8e
commit 566f7108c9
8 changed files with 85 additions and 215 deletions

View File

@@ -5,10 +5,19 @@ sidebar_label: Introduction
custom_edit_url: https://www.internalfb.com/intern/diffusion/FBS/browsefile/master/xplat/sonar/docs/getting-started/troubleshooting/troubleshooting.mdx
---
import InternalTroubleshooting from './fb/_troubleshooting.mdx';
Flipper is a work in progress and, as such, there's a chance that issues may occur while you're using it.
The 'troubleshooting' section contains known issues that have occurred within various Flipper environments and the steps you can take if you encounter them.
If the information in this section doesn't help or if you encounter an issue that is not covered, please post the details in the [Flipper Support](https://fb.facebook.com/groups/230455004101832/) Workplace group first.
<OssOnly>
Likewise, if you have a Flipper-related question, please post it in the [Flipper Support](https://fb.facebook.com/groups/230455004101832/) Workplace group.
## How to file an issue or ask a question?
If you are still blocked after checking Troubleshooting guide you may file an issue on [GitHub](https://github.com/facebook/flipper/issues)
with the chrome DevTools logs and the output from the diagnostics screen, if relevant.
</OssOnly>
<InternalTroubleshooting />