From 324c54eb6407fc3f66917652a19969374fe7f2ab Mon Sep 17 00:00:00 2001 From: John Knox Date: Wed, 16 Dec 2020 03:27:42 -0800 Subject: [PATCH] Move internal plugin pages to where the public ones are Summary: ^ The navigation plugin also includes setup instructions which will be moved to it's own page next. There are also now 2 navigation plugin feature pages. These still need to be consolidated. Reviewed By: passy Differential Revision: D25564150 fbshipit-source-id: 1fe0d853f6fa94ec62b39edacd268519fa18485a --- website/sidebars.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/website/sidebars.js b/website/sidebars.js index 0749899f0..5ed4bf197 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -25,6 +25,14 @@ module.exports = { 'features/crash-reporter-plugin', 'features/share-flipper-data', 'features/react-native', + ...fbInternalOnly([ + 'fb/Memory-Tools', + 'fb/Navigation-Plugin', + 'fb/supporting-feed-inspector', + 'fb/sections', + 'fb/Trace', + 'fb/mobile-config', + ]), ], }, setup: { @@ -101,15 +109,7 @@ module.exports = { 'fb/Flipper-Strict-TypeScript', 'fb/Help-Updating-Flipper', { - 'Internal Plugins': [ - 'fb/plugins', - 'fb/Memory-Tools', - 'fb/Navigation-Plugin', - 'fb/supporting-feed-inspector', - 'fb/sections', - 'fb/Trace', - 'fb/mobile-config', - ], + 'Internal Plugins': ['fb/plugins'], }, { 'Plugin Development': [