From 59921da02a7b7b841c9e08a56c3c9fdd3b382324 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 21 Oct 2020 02:55:58 -0700 Subject: [PATCH] Move release infra docs Summary: It's a lot more than just "launcher" now. Reviewed By: nikoant Differential Revision: D24425780 fbshipit-source-id: 74f6dd4d73a224a43608c4d3f3698dbd16c2e865 --- website/sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/sidebars.js b/website/sidebars.js index 6b51f5a6d..262eadb6c 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -94,12 +94,12 @@ module.exports = { 'extending/arch', 'extending/layout-inspector', 'extending/testing-rn', - ...fbInternalOnly(['extending/fb/launcher']), ], }, 'fb-internal': { 'FB Internal': fbInternalOnly([ 'fb/troubleshooting', + 'fb/release-infra', 'fb/Add-flipper-to-android-app', 'fb/Adding-flipper-to-ios-app', 'fb/LauncherConfig',