From df99ba36068f78549c3e044c029da1c89f3c065e Mon Sep 17 00:00:00 2001 From: John Knox Date: Thu, 17 Dec 2020 08:31:03 -0800 Subject: [PATCH] Add internal wiki pages Summary: Ran the wiki migration script on the Flipper_Internals wiki. Deleted the pages mentioned in https://www.internalfb.com/tasks/?t=81712504 Also deleted hacking-launcher, which is now succeeded by the new "hacking-on-launcher". Reviewed By: nikoant Differential Revision: D25613387 fbshipit-source-id: b57b3e20f37b556774d7748477a1dbb7fe844812 --- website/docusaurus.config.js | 10 ++++++++-- website/sidebars.js | 9 +++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index af954a82a..28c896880 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -13,7 +13,10 @@ const {fbContent, fbInternalOnly} = require('internaldocs-fb-helpers'); const repoUrl = 'https://github.com/facebook/flipper'; const siteConfig = { - title: fbContent({internal: 'Flipper @FB', external: 'Flipper'}), + title: fbContent({ + internal: 'Flipper @FB', + external: 'Flipper', + }), tagline: 'Extensible mobile app debugging', url: fbContent({ internal: 'https://flipper.thefacebook.com/', @@ -24,7 +27,10 @@ const siteConfig = { // TODO: T69061026 enable once sandy docs are complete: external_domain: 'fbflipper.com', themeConfig: { navbar: { - title: fbContent({internal: 'Flipper @FB', external: 'Flipper'}), + title: fbContent({ + internal: 'Flipper @FB', + external: 'Flipper', + }), logo: { alt: 'Flipper Logo', src: 'img/icon.png', diff --git a/website/sidebars.js b/website/sidebars.js index ea2e1c4c9..973861c07 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -127,6 +127,15 @@ module.exports = { 'fb/Add-Support-Group-to-Flipper-Support-Form', 'fb/Help-Updating-Flipper', 'extending/testing-rn', + 'fb/Alerts', + 'fb/bundling', + 'fb/Certificate-Exchange-Diagram', + 'fb/Electron-Upgrade', + 'fb/flipper-analytics', + 'fb/Navigation-Plugin-Development-Guide', + 'fb/Oncall-Runbook', + 'fb/sandcastle', + 'fb/Star-Ratings', ]), }, };