We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ded52 commit 7533ed4Copy full SHA for 7533ed4
docuilib/sidebars.js
@@ -22,9 +22,7 @@ const componentsCategories = {
22
form: 'Form',
23
// dateTime: 'Date & Time',
24
overlays: 'Overlays',
25
- charts: 'Charts',
26
- incubator: 'Incubator',
27
- infra: 'Infra'
+ charts: 'Charts'
28
};
29
30
module.exports = {
@@ -74,6 +72,28 @@ module.exports = {
74
72
]
75
73
76
})
+ },
+ {
77
+ type: 'category',
78
+ label: 'Incubator',
79
+ collapsible: false,
80
+ items: [
81
82
+ type: 'autogenerated',
83
+ dirName: `components/incubator`
84
+ }
85
+ ]
86
87
88
89
+ label: 'Infra',
90
91
92
93
94
+ dirName: `components/infra`
95
96
97
}
98
99
0 commit comments