From 2751feadd01bd5c2961fe7ac6362be58df7ceab1 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 16 Dec 2020 09:21:55 -0800 Subject: [PATCH] Add new Launcher hacking docs Summary: The old Wiki (https://www.internalfb.com/intern/wiki/Flipper_Internals/hacking-launcher/) is still mostly accurate but contains a lot of information about the deprecated Dewey pipeline. Reviewed By: mweststrate Differential Revision: D25586307 fbshipit-source-id: 82345510e19986f763bc0547d25330a0369309fb --- website/sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/sidebars.js b/website/sidebars.js index 38b965c6a..2a312aa4d 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -134,6 +134,7 @@ module.exports = { 'extending/public-releases', 'fb/release-infra', 'fb/LauncherConfig', + 'fb/hacking-on-launcher', 'fb/Flipper-fbsource-Pinning', 'fb/Flipper-Release-Cycle', 'fb/Add-Support-Group-to-Flipper-Support-Form',