@@ -42,20 +42,25 @@ export default defineConfig({
42
42
items : [
43
43
{ text : 'Basics' , link : '/features/faq' } ,
44
44
{ text : 'Debugging' , link : '/features/' } ,
45
- { text : 'Stateful Sessions' , link : '/features/' } ,
46
- { text : 'Popups' , link : '/features/' } ,
47
45
{ text : 'Localization, i18n' , link : '/features/' } ,
48
- { text : 'External Libraries' , link : '/features/' } ,
49
- { text : 'Custom Controls' , link : '/features/' } ,
46
+ { text : 'Stateful Sessions' , link : '/features/' } ,
50
47
{
51
- text : 'Addons' , collapsed : true , items : [
48
+ text : 'Addons' , collapsed : false , items : [
52
49
{ text : 'Custom Controls' , link : '/markdown-examples' } ,
53
50
{ text : 'Popups' , link : '/api-examples' } ,
54
51
{ text : 'Layout & Variants' , link : '/api-examples' } ,
55
52
]
56
53
} ,
57
54
]
58
55
} ,
56
+ {
57
+ text : 'Extensibility' ,
58
+ collapsed : true ,
59
+ items : [
60
+ { text : 'Custom Controls' , link : '/features/' } ,
61
+ { text : 'External Libraries' , link : '/features/' } ,
62
+ ]
63
+ } ,
59
64
{
60
65
text : 'Administration' ,
61
66
collapsed : true ,
0 commit comments