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 repoUrl = 'https://github.com/facebook/flipper';
|
||||||
const siteConfig = {
|
const siteConfig = {
|
||||||
title: fbContent({internal: 'Flipper @FB', external: 'Flipper'}),
|
title: fbContent({
|
||||||
|
internal: 'Flipper @FB',
|
||||||
|
external: 'Flipper',
|
||||||
|
}),
|
||||||
tagline: 'Extensible mobile app debugging',
|
tagline: 'Extensible mobile app debugging',
|
||||||
url: fbContent({
|
url: fbContent({
|
||||||
internal: 'https://flipper.thefacebook.com/',
|
internal: 'https://flipper.thefacebook.com/',
|
||||||
@@ -24,7 +27,10 @@ const siteConfig = {
|
|||||||
// TODO: T69061026 enable once sandy docs are complete: external_domain: 'fbflipper.com',
|
// TODO: T69061026 enable once sandy docs are complete: external_domain: 'fbflipper.com',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
navbar: {
|
navbar: {
|
||||||
title: fbContent({internal: 'Flipper @FB', external: 'Flipper'}),
|
title: fbContent({
|
||||||
|
internal: 'Flipper @FB',
|
||||||
|
external: 'Flipper',
|
||||||
|
}),
|
||||||
logo: {
|
logo: {
|
||||||
alt: 'Flipper Logo',
|
alt: 'Flipper Logo',
|
||||||
src: 'img/icon.png',
|
src: 'img/icon.png',
|
||||||
|
|||||||
@@ -127,6 +127,15 @@ module.exports = {
|
|||||||
'fb/Add-Support-Group-to-Flipper-Support-Form',
|
'fb/Add-Support-Group-to-Flipper-Support-Form',
|
||||||
'fb/Help-Updating-Flipper',
|
'fb/Help-Updating-Flipper',
|
||||||
'extending/testing-rn',
|
'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