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:
committed by
Facebook GitHub Bot
parent
c6569470f4
commit
baa29d0b49
@@ -86,8 +86,8 @@ module.exports = {
|
||||
'extending/error-handling',
|
||||
'extending/testing',
|
||||
'extending/debugging',
|
||||
...FBInternalOnly(['extending/fb/desktop-plugin-releases']),
|
||||
...FBInternalOnly([
|
||||
'extending/fb/desktop-plugin-releases',
|
||||
// TODO: Remove once sandy is public T69061061
|
||||
'extending/fb/sandy/sandy-plugins',
|
||||
]),
|
||||
@@ -105,36 +105,57 @@ module.exports = {
|
||||
},
|
||||
'fb-internal': {
|
||||
'FB Internal': FBInternalOnly([
|
||||
'fb/active-linters',
|
||||
'fb/troubleshooting',
|
||||
'fb/Add-flipper-to-android-app',
|
||||
'fb/adding-analytics-0',
|
||||
'fb/Adding-flipper-to-ios-app',
|
||||
'fb/adding-npm-dependencies-0',
|
||||
'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/LauncherConfig',
|
||||
'fb/Flipper-fbsource-Pinning',
|
||||
'fb/Flipper-Release-Cycle',
|
||||
'fb/Flipper-Strict-TypeScript',
|
||||
'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',
|
||||
'fb/LauncherConfig',
|
||||
'fb/layout-extending-android-layout-inspector',
|
||||
'fb/layout-extending-i-o-s-layout-inspector',
|
||||
'fb/Memory-Tools',
|
||||
'fb/mobile-config',
|
||||
'fb/Navigation-Plugin',
|
||||
{
|
||||
'Internal Plugins': [
|
||||
'fb/plugins',
|
||||
'fb/sections',
|
||||
{
|
||||
Layout: [
|
||||
'fb/layout-extending-android-layout-inspector',
|
||||
'fb/layout-extending-ios-layout-inspector',
|
||||
],
|
||||
},
|
||||
'fb/Memory-Tools',
|
||||
'fb/Navigation-Plugin',
|
||||
'fb/supporting-feed-inspector',
|
||||
'fb/sections',
|
||||
'fb/Trace',
|
||||
'fb/troubleshooting',
|
||||
'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',
|
||||
]),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user