NEW troubleshooting section (SetUp)

Summary: Restyle of Trobleshooting, which involved changes to sidebar.js and splitting up the previous troubleshooting page into five separate pages.

Reviewed By: lblasa

Differential Revision: D36282539

fbshipit-source-id: e60834e2b4d98b70b23bb11309c3438d85e4de0e
This commit is contained in:
Kevin Strider
2022-05-11 08:58:34 -07:00
committed by Facebook GitHub Bot
parent 6cdda85ec9
commit 0b16f3a031
14 changed files with 488 additions and 304 deletions

View File

@@ -59,7 +59,16 @@ module.exports = {
},
...fbInternalOnly(['getting-started/fb/connecting-to-flipper']),
...fbInternalOnly(['getting-started/fb/flipper-on-demand']),
'troubleshooting',
{
'Troubleshooting': [
'getting-started/troubleshooting/troubleshooting',
...fbInternalOnly(['getting-started/troubleshooting/general-issues']),
'getting-started/troubleshooting/mac-desktop-app',
'getting-started/troubleshooting/android',
'getting-started/troubleshooting/react-native',
...fbInternalOnly(['getting-started/troubleshooting/portal']),
],
},
{
'Other Platforms': [
'extending/new-clients',