Manually fix up imported pages

Summary:
I've gone through all imported pages and fixed all images and links (and anything else) that didn't get converted successfully.

Also changed the new # headings to use ##, because it works better here.

And organized the sidebar like it was on the wiki

Reviewed By: passy

Differential Revision: D23241772

fbshipit-source-id: 7eab8d7d520c5d605525d9b4ad9b12b48ca92bcc
This commit is contained in:
John Knox
2020-08-20 12:46:44 -07:00
committed by Facebook GitHub Bot
parent c6569470f4
commit baa29d0b49

View File

@@ -86,8 +86,8 @@ module.exports = {
'extending/error-handling', 'extending/error-handling',
'extending/testing', 'extending/testing',
'extending/debugging', 'extending/debugging',
...FBInternalOnly(['extending/fb/desktop-plugin-releases']),
...FBInternalOnly([ ...FBInternalOnly([
'extending/fb/desktop-plugin-releases',
// TODO: Remove once sandy is public T69061061 // TODO: Remove once sandy is public T69061061
'extending/fb/sandy/sandy-plugins', 'extending/fb/sandy/sandy-plugins',
]), ]),
@@ -105,36 +105,57 @@ module.exports = {
}, },
'fb-internal': { 'fb-internal': {
'FB Internal': FBInternalOnly([ 'FB Internal': FBInternalOnly([
'fb/active-linters', 'fb/troubleshooting',
'fb/Add-flipper-to-android-app', 'fb/Add-flipper-to-android-app',
'fb/adding-analytics-0',
'fb/Adding-flipper-to-ios-app', 'fb/Adding-flipper-to-ios-app',
'fb/adding-npm-dependencies-0', 'fb/LauncherConfig',
'fb/Add-Support-Group-to-Flipper-Support-Form',
'fb/android-plugin-development-Android-interacting-0',
'fb/android-plugin-development-testing-android-plugins-0',
'fb/building-a-linter',
'fb/create-new-plugin',
'fb/developmentworkflow',
'fb/Flipper-fbsource-Pinning', 'fb/Flipper-fbsource-Pinning',
'fb/Flipper-Release-Cycle', 'fb/Flipper-Release-Cycle',
'fb/Flipper-Strict-TypeScript', 'fb/Flipper-Strict-TypeScript',
'fb/Help-Updating-Flipper', 'fb/Help-Updating-Flipper',
'fb/ios-plugin-development-sending-data-to-an-i-o-s-plugin-0', {
'fb/ios-plugin-development-testing-i-o-s-plugins-0', 'Internal Plugins': [
'fb/LauncherConfig', 'fb/plugins',
'fb/layout-extending-android-layout-inspector', {
'fb/layout-extending-i-o-s-layout-inspector', Layout: [
'fb/Memory-Tools', 'fb/layout-extending-android-layout-inspector',
'fb/mobile-config', 'fb/layout-extending-ios-layout-inspector',
'fb/Navigation-Plugin', ],
'fb/plugins', },
'fb/sections', 'fb/Memory-Tools',
'fb/supporting-feed-inspector', 'fb/Navigation-Plugin',
'fb/Trace', 'fb/supporting-feed-inspector',
'fb/troubleshooting', 'fb/sections',
'fb/TypeScript', 'fb/Trace',
'fb/using-gatekeepers', 'fb/mobile-config',
],
},
{
'Plugin Development': [
'fb/create-new-plugin',
'fb/developmentworkflow',
'fb/TypeScript',
'fb/using-gatekeepers',
'fb/adding-npm-dependencies-0',
'fb/adding-analytics-0',
{
Android: [
'fb/android-plugin-development-Android-interacting-0',
'fb/android-plugin-development-testing-android-plugins-0',
],
},
{
iOS: [
'fb/ios-plugin-development-sending-data-to-an-ios-plugin-0',
'fb/ios-plugin-development-testing-ios-plugins-0',
],
},
'fb/Add-Support-Group-to-Flipper-Support-Form',
],
},
{
Lints: ['fb/building-a-linter', 'fb/active-linters'],
},
'fb/index', 'fb/index',
]), ]),
}, },