Move internal plugin pages to where the public ones are
Summary: ^ The navigation plugin also includes setup instructions which will be moved to it's own page next. There are also now 2 navigation plugin feature pages. These still need to be consolidated. Reviewed By: passy Differential Revision: D25564150 fbshipit-source-id: 1fe0d853f6fa94ec62b39edacd268519fa18485a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a76bdcbca2
commit
324c54eb64
@@ -25,6 +25,14 @@ module.exports = {
|
|||||||
'features/crash-reporter-plugin',
|
'features/crash-reporter-plugin',
|
||||||
'features/share-flipper-data',
|
'features/share-flipper-data',
|
||||||
'features/react-native',
|
'features/react-native',
|
||||||
|
...fbInternalOnly([
|
||||||
|
'fb/Memory-Tools',
|
||||||
|
'fb/Navigation-Plugin',
|
||||||
|
'fb/supporting-feed-inspector',
|
||||||
|
'fb/sections',
|
||||||
|
'fb/Trace',
|
||||||
|
'fb/mobile-config',
|
||||||
|
]),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
setup: {
|
setup: {
|
||||||
@@ -101,15 +109,7 @@ module.exports = {
|
|||||||
'fb/Flipper-Strict-TypeScript',
|
'fb/Flipper-Strict-TypeScript',
|
||||||
'fb/Help-Updating-Flipper',
|
'fb/Help-Updating-Flipper',
|
||||||
{
|
{
|
||||||
'Internal Plugins': [
|
'Internal Plugins': ['fb/plugins'],
|
||||||
'fb/plugins',
|
|
||||||
'fb/Memory-Tools',
|
|
||||||
'fb/Navigation-Plugin',
|
|
||||||
'fb/supporting-feed-inspector',
|
|
||||||
'fb/sections',
|
|
||||||
'fb/Trace',
|
|
||||||
'fb/mobile-config',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'Plugin Development': [
|
'Plugin Development': [
|
||||||
|
|||||||
Reference in New Issue
Block a user