From 787e578a33371bd5e1a4beb5796886ea3c59945d Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 2 Sep 2020 06:11:47 -0700 Subject: [PATCH] Document PACK download mechanism Summary: This is a first stab at documenting the new core distribution mechanism. There are definitely areas I just brush over that should be expanded further, but hopefully the release process and testing steps at the end help to clarify some of the issues we've seen recently. Reviewed By: mweststrate Differential Revision: D23453713 fbshipit-source-id: 9efcfca1fbdbf5606080510c3e80bd19b49caf10 --- website/sidebars.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/sidebars.js b/website/sidebars.js index 91c46af4f..6d3b7087c 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -102,6 +102,9 @@ module.exports = { 'extending/arch', 'extending/layout-inspector', 'extending/testing-rn', + ...FBInternalOnly([ + 'extending/fb/launcher', + ]), ], }, 'fb-internal': {