Setup - Part 1

Summary: This diff includes minor changes to the pages within the Setup section of Flipper Docs.

Reviewed By: passy

Differential Revision: D41472932

fbshipit-source-id: 41894bba63a91e90869423af1d3635ac3fa0c20f
This commit is contained in:
Kevin Strider
2022-11-24 05:41:07 -08:00
committed by Facebook GitHub Bot
parent bd92bb7faf
commit 11688f2f11
6 changed files with 17 additions and 26 deletions

View File

@@ -7,15 +7,15 @@ custom_edit_url: https://www.internalfb.com/intern/diffusion/FBS/browsefile/mast
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.
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.
This 'troubleshooting' section contains known issues that have occurred within various Flipper environments and the steps you can take if you encounter them.
<OssOnly>
## 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)
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>