diff --git a/docuilib/sidebars.js b/docuilib/sidebars.js index 8f43b7a467..3a041c11ad 100644 --- a/docuilib/sidebars.js +++ b/docuilib/sidebars.js @@ -22,9 +22,7 @@ const componentsCategories = { form: 'Form', // dateTime: 'Date & Time', overlays: 'Overlays', - charts: 'Charts', - incubator: 'Incubator', - infra: 'Infra' + charts: 'Charts' }; module.exports = { @@ -74,6 +72,28 @@ module.exports = { ] }; }) + }, + { + type: 'category', + label: 'Incubator', + collapsible: false, + items: [ + { + type: 'autogenerated', + dirName: `components/incubator` + } + ] + }, + { + type: 'category', + label: 'Infra', + collapsible: false, + items: [ + { + type: 'autogenerated', + dirName: `components/infra` + } + ] } ] };