diff --git a/website/sidebars.json b/website/sidebars.json index 45cc7e83d10..b76f3e8c1f4 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -22,28 +22,13 @@ "running-on-device", "fast-refresh", "metro", - { - "type": "category", - "label": "Debugging", - "collapsible": false, - "collapsed": false, - "items": ["debugging", "react-devtools", "native-debugging"] - }, "symbolication", "sourcemaps", - "testing-overview", "libraries", "typescript", - "upgrading", - { - "type": "category", - "label": "Connectivity", - "collapsible": false, - "collapsed": false, - "items": ["network", "security"] - } + "upgrading" ], - "Design": [ + "UI & Interaction": [ "style", "height-and-width", "flexbox", @@ -61,6 +46,13 @@ "gesture-responder-system" ] }, + { + "type": "category", + "label": "Connectivity", + "collapsible": false, + "collapsed": false, + "items": ["network", "security"] + }, { "type": "category", "label": "Inclusion", @@ -69,6 +61,14 @@ "items": ["accessibility"] } ], + "Debugging": [ + "debugging", + "react-devtools", + "native-debugging" + ], + "Testing": [ + "testing-overview" + ], "Performance": [ "performance", "build-speed", diff --git a/website/versioned_sidebars/version-0.70-sidebars.json b/website/versioned_sidebars/version-0.70-sidebars.json index 56db20c5502..ecffc37f1f0 100644 --- a/website/versioned_sidebars/version-0.70-sidebars.json +++ b/website/versioned_sidebars/version-0.70-sidebars.json @@ -21,21 +21,12 @@ "Workflow": [ "running-on-device", "fast-refresh", - "debugging", "symbolication", - "testing-overview", "libraries", "typescript", - "upgrading", - { - "type": "category", - "label": "Connectivity", - "collapsible": false, - "collapsed": false, - "items": ["network", "security"] - } + "upgrading" ], - "Design": [ + "UI & Interaction": [ "style", "height-and-width", "flexbox", @@ -53,6 +44,13 @@ "gesture-responder-system" ] }, + { + "type": "category", + "label": "Connectivity", + "collapsible": false, + "collapsed": false, + "items": ["network", "security"] + }, { "type": "category", "label": "Inclusion", @@ -61,6 +59,12 @@ "items": ["accessibility"] } ], + "Debugging": [ + "debugging" + ], + "Testing": [ + "testing-overview" + ], "Performance": [ "performance", "build-speed", diff --git a/website/versioned_sidebars/version-0.71-sidebars.json b/website/versioned_sidebars/version-0.71-sidebars.json index 160c4a2c9b6..0a09884fd69 100644 --- a/website/versioned_sidebars/version-0.71-sidebars.json +++ b/website/versioned_sidebars/version-0.71-sidebars.json @@ -21,22 +21,13 @@ "Workflow": [ "running-on-device", "fast-refresh", - "debugging", "symbolication", "sourcemaps", - "testing-overview", "libraries", "typescript", - "upgrading", - { - "type": "category", - "label": "Connectivity", - "collapsible": false, - "collapsed": false, - "items": ["network", "security"] - } + "upgrading" ], - "Design": [ + "UI & Interaction": [ "style", "height-and-width", "flexbox", @@ -54,6 +45,13 @@ "gesture-responder-system" ] }, + { + "type": "category", + "label": "Connectivity", + "collapsible": false, + "collapsed": false, + "items": ["network", "security"] + }, { "type": "category", "label": "Inclusion", @@ -62,6 +60,12 @@ "items": ["accessibility"] } ], + "Debugging": [ + "debugging" + ], + "Testing": [ + "testing-overview" + ], "Performance": [ "performance", "build-speed", diff --git a/website/versioned_sidebars/version-0.72-sidebars.json b/website/versioned_sidebars/version-0.72-sidebars.json index 45cc7e83d10..b76f3e8c1f4 100644 --- a/website/versioned_sidebars/version-0.72-sidebars.json +++ b/website/versioned_sidebars/version-0.72-sidebars.json @@ -22,28 +22,13 @@ "running-on-device", "fast-refresh", "metro", - { - "type": "category", - "label": "Debugging", - "collapsible": false, - "collapsed": false, - "items": ["debugging", "react-devtools", "native-debugging"] - }, "symbolication", "sourcemaps", - "testing-overview", "libraries", "typescript", - "upgrading", - { - "type": "category", - "label": "Connectivity", - "collapsible": false, - "collapsed": false, - "items": ["network", "security"] - } + "upgrading" ], - "Design": [ + "UI & Interaction": [ "style", "height-and-width", "flexbox", @@ -61,6 +46,13 @@ "gesture-responder-system" ] }, + { + "type": "category", + "label": "Connectivity", + "collapsible": false, + "collapsed": false, + "items": ["network", "security"] + }, { "type": "category", "label": "Inclusion", @@ -69,6 +61,14 @@ "items": ["accessibility"] } ], + "Debugging": [ + "debugging", + "react-devtools", + "native-debugging" + ], + "Testing": [ + "testing-overview" + ], "Performance": [ "performance", "build-speed",