@@ -78,8 +78,43 @@ function sidebarGuide() {
78
78
items : [
79
79
{ text : 'What is VitePress?' , link : '/guide/what-is-vitepress' } ,
80
80
{ text : 'Getting Started' , link : '/guide/getting-started' } ,
81
- { text : 'Configuration' , link : '/guide/configuration' } ,
82
- { text : 'Deploying' , link : '/guide/deploying' }
81
+ {
82
+ text : 'Configuration' ,
83
+ link : '/guide/configuration' ,
84
+ collapsible : true ,
85
+ collapsed : true ,
86
+ items : [
87
+ { text : 'What is VitePress?' , link : '/guide/what-is-vitepress' } ,
88
+ { text : 'Getting Started' , link : '/guide/getting-started' } ,
89
+ { text : 'Configuration' , link : '/guide/configuration' } ,
90
+ { text : 'Deploying' , link : '/guide/deploying' }
91
+ ]
92
+ } ,
93
+ {
94
+ text : 'Deploying' ,
95
+ collapsible : true ,
96
+ collapsed : true ,
97
+ items : [
98
+ { text : 'What is VitePress?' , link : '/guide/what-is-vitepress' } ,
99
+ { text : 'Getting Started' , link : '/guide/getting-started' } ,
100
+ { text : 'Configuration' , link : '/guide/configuration' } ,
101
+ {
102
+ text : 'Deploying' ,
103
+ link : '/guide/deploying' ,
104
+ collapsible : true ,
105
+ collapsed : true ,
106
+ items : [
107
+ {
108
+ text : 'What is VitePress?' ,
109
+ link : '/guide/what-is-vitepress'
110
+ } ,
111
+ { text : 'Getting Started' , link : '/guide/getting-started' } ,
112
+ { text : 'Configuration' , link : '/guide/configuration' } ,
113
+ { text : 'Deploying' , link : '/guide/deploying' }
114
+ ]
115
+ }
116
+ ]
117
+ }
83
118
]
84
119
} ,
85
120
{
0 commit comments