From 4ba34fcb4ff23be1ff100c2bd957656e74784aa6 Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Tue, 15 Nov 2022 06:18:12 -0800 Subject: [PATCH] Categorise 'Under the Hood -> Meta' section Summary: ^ Reviewed By: passy Differential Revision: D41274192 fbshipit-source-id: 602a3c79e971d6f5ea8617ac638c95131e59a820 --- website/sidebars.js | 56 ++++++++++++++++++++++++++++++--------------- 1 file changed, 38 insertions(+), 18 deletions(-) diff --git a/website/sidebars.js b/website/sidebars.js index 7c9d94520..4b1dc24c8 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -157,26 +157,46 @@ module.exports = { ...fbInternalOnly([ { "Meta": [ - 'fb/release-infra', - 'fb/LauncherConfig', - 'fb/hacking-on-launcher', 'fb/arc_uiqr', - 'fb/Flipper-fbsource-Pinning', - 'fb/Flipper-Release-Cycle', - 'fb/Add-Support-Group-to-Flipper-Support-Form', - 'fb/Alerts', - 'fb/bundling', - 'fb/Electron-Upgrade', - 'fb/flipper-analytics', - 'fb/Navigation-Plugin-Development-Guide', - 'fb/Oncall-Runbook', - 'fb/sandcastle', - 'fb/Star-Ratings', - 'fb/sandcastle-overview', - 'fb/error-logging', - 'fb/scribe', - 'fb/async-testing', 'fb/connections', + { + 'Data Pipelines': [ + 'fb/flipper-analytics', + 'fb/scribe', + 'fb/error-logging', + ] + }, + 'fb/Electron-Upgrade', + { + 'Launcher': [ + 'fb/hacking-on-launcher', + 'fb/LauncherConfig', + ] + }, + 'fb/bundling', + 'fb/Navigation-Plugin-Development-Guide', + { + 'Releases': [ + 'fb/Flipper-Release-Cycle', + 'fb/release-infra', + 'fb/Flipper-fbsource-Pinning', + ] + }, + { + 'Sandcastle': [ + 'fb/sandcastle-overview', + 'fb/sandcastle', + ] + }, + { + 'Support': [ + 'fb/Alerts', + 'fb/Add-Support-Group-to-Flipper-Support-Form', + 'fb/Oncall-Runbook', + ] + }, + 'fb/Star-Ratings', + 'fb/async-testing', ] } ]),