From 09269ddd58df771af0d383f103f3868ffc82a039 Mon Sep 17 00:00:00 2001 From: Anton Nikolaev Date: Tue, 7 Jul 2020 05:38:22 -0700 Subject: [PATCH] Documented plugin release workflow Summary: See title Reviewed By: jknoxville Differential Revision: D22410580 fbshipit-source-id: 79cc5cf1d2a04a2edf7695bdb0e3d16b38baaae9 --- website/sidebars.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/sidebars.js b/website/sidebars.js index 0aac5a4b5..93b589085 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -90,6 +90,9 @@ module.exports = { "extending/error-handling", "extending/testing", "extending/debugging", + ...FBInternalOnly([ + "extending/fb/desktop-plugin-releases" + ]), ...FBInternalOnly([ // TODO: Remove once sandy is public T69061061 "extending/fb/sandy/sandy-plugins" ])