Move plugin docs to plugin folders
Summary: Moved plugin documentation and related assets to plugin folders, fixed links and configured redirects where required. Now these docs are used for both showing docs in Flipper and generating Flipper docs website. Reviewed By: passy Differential Revision: D29465567 fbshipit-source-id: 3ec4240b215b0d5baea5154f64266a9ba7ead3a5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4ad7a70ee3
commit
039d3a4a08
@@ -13,23 +13,9 @@ module.exports = {
|
||||
features: {
|
||||
Features: [
|
||||
'features/index',
|
||||
'features/logs-plugin',
|
||||
'features/layout-plugin',
|
||||
'features/navigation-plugin',
|
||||
'features/databases-plugin',
|
||||
'features/images-plugin',
|
||||
'features/sandbox-plugin',
|
||||
'features/shared-preferences-plugin',
|
||||
'features/leak-canary-plugin',
|
||||
'features/crash-reporter-plugin',
|
||||
'features/share-flipper-data',
|
||||
'features/react-native',
|
||||
...fbInternalOnly([
|
||||
'fb/Memory-Tools',
|
||||
'fb/supporting-feed-inspector',
|
||||
'fb/sections',
|
||||
'fb/Trace',
|
||||
'fb/mobile-config',
|
||||
...fbInternalOnly([
|
||||
'fb/plugins',
|
||||
]),
|
||||
],
|
||||
@@ -85,17 +71,6 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
'Plugin Setup': [
|
||||
'setup/layout-plugin',
|
||||
'setup/navigation-plugin',
|
||||
'setup/databases-plugin',
|
||||
'setup/images-plugin',
|
||||
'setup/sandbox-plugin',
|
||||
'setup/shared-preferences-plugin',
|
||||
'setup/leak-canary-plugin',
|
||||
'setup/leak-canary-2-plugin',
|
||||
'setup/crash-reporter-plugin',
|
||||
],
|
||||
Plugins: [
|
||||
{
|
||||
type: 'autogenerated',
|
||||
dirName: 'setup/plugins',
|
||||
|
||||
Reference in New Issue
Block a user