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:
John Knox
2020-12-16 03:27:42 -08:00
committed by Facebook GitHub Bot
parent a76bdcbca2
commit 324c54eb64

View File

@@ -25,6 +25,14 @@ module.exports = {
'features/crash-reporter-plugin',
'features/share-flipper-data',
'features/react-native',
...fbInternalOnly([
'fb/Memory-Tools',
'fb/Navigation-Plugin',
'fb/supporting-feed-inspector',
'fb/sections',
'fb/Trace',
'fb/mobile-config',
]),
],
},
setup: {
@@ -101,15 +109,7 @@ module.exports = {
'fb/Flipper-Strict-TypeScript',
'fb/Help-Updating-Flipper',
{
'Internal Plugins': [
'fb/plugins',
'fb/Memory-Tools',
'fb/Navigation-Plugin',
'fb/supporting-feed-inspector',
'fb/sections',
'fb/Trace',
'fb/mobile-config',
],
'Internal Plugins': ['fb/plugins'],
},
{
'Plugin Development': [