@@ -61,6 +61,8 @@ export default (defineConfig({
61
61
//行号显示
62
62
lineNumbers : true ,
63
63
64
+ toc : { level : [ 2 , 6 ] } ,
65
+
64
66
// 使用 `!!code` 防止转换
65
67
codeTransformers : [
66
68
{
@@ -180,6 +182,21 @@ export default (defineConfig({
180
182
{ text : 'Jenkins插件管理' , link : '/basicContent/plugin-manager' } ,
181
183
] ,
182
184
} ,
185
+ {
186
+ //分组标题1
187
+ text : '自由风格' ,
188
+ items : [
189
+ { text : '认识自由风格' , link : '/freestyle/get-to-know-the-free-style' } ,
190
+ ] ,
191
+ } ,
192
+ {
193
+ //分组标题1
194
+ text : 'pipeline' ,
195
+ items : [
196
+ { text : '认识pipeline' , link : '/pipeline/get-to-know-the-pipeline' } ,
197
+ { text : 'pipeline语法观止' , link : '/pipeline/pipeline-syntax-compendium' } ,
198
+ ] ,
199
+ } ,
183
200
] ,
184
201
} ,
185
202
{ text : '📝 我的博客' , link : 'https://wiki.eryajf.net' } ,
@@ -205,10 +222,27 @@ export default (defineConfig({
205
222
{ text : 'Jenkins插件管理' , link : '/basicContent/plugin-manager' } ,
206
223
] ,
207
224
} ,
225
+ {
226
+ //分组标题1
227
+ text : '自由风格' ,
228
+ collapsed : false ,
229
+ items : [
230
+ { text : '认识自由风格' , link : '/freestyle/get-to-know-the-free-style' } ,
231
+ ] ,
232
+ } ,
233
+ {
234
+ //分组标题1
235
+ text : 'pipeline' ,
236
+ collapsed : false ,
237
+ items : [
238
+ { text : '认识pipeline' , link : '/pipeline/get-to-know-the-pipeline' } ,
239
+ { text : 'pipeline语法观止' , link : '/pipeline/pipeline-syntax-compendium' } ,
240
+ ] ,
241
+ } ,
208
242
{
209
243
//分组标题3
210
244
text : '保留文档' ,
211
- collapsed : false ,
245
+ collapsed : true ,
212
246
items : [
213
247
{ text : 'Markdown' , link : '/keep/markdown' } ,
214
248
{ text : 'VitePress' , link : '/keep/vitepress' } ,
0 commit comments