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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
69dae5c8e5
commit
df99ba3606
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
]),
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user