Skip to content

Commit 98634cf

Browse files
author
ntepluhina
committed
fix: changed sidebar structure
1 parent 3712e66 commit 98634cf

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

src/.vuepress/config.js

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,21 @@ module.exports = {
2626
sidebarDepth: 2,
2727
sidebar: {
2828
'/guide/': [
29-
'installation',
30-
'introduction',
31-
'instance',
32-
'template-syntax',
33-
'computed',
34-
'class-and-style'
29+
{
30+
title: 'Essentials',
31+
collapsable: true,
32+
children: [
33+
'installation',
34+
'introduction',
35+
'instance',
36+
'template-syntax',
37+
// 'computed',
38+
// 'class-and-style',
39+
// 'conditional',
40+
// 'list'
41+
// 'events'
42+
]
43+
}
3544
]
3645
}
3746
},

0 commit comments

Comments
 (0)