Skip to content

Commit da8e69c

Browse files
Update config.js
1 parent 820ad3b commit da8e69c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/.vuepress/config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ module.exports = {
4444
sidebar: [
4545
{
4646
text: 'Prologue',
47-
collapsible: true,
4847
children: [
4948
{
5049
text: 'Upgrade Guide',
@@ -65,7 +64,6 @@ module.exports = {
6564

6665
{
6766
text: 'Getting Started',
68-
collapsible: true,
6967
children: [
7068
{
7169
text: 'Installation',
@@ -76,13 +74,11 @@ module.exports = {
7674

7775
{
7876
text: 'How To Use',
79-
collapsible: true,
8077
children: getChildren('how-to-use')
8178
},
8279

8380
{
8481
text: 'Helpers',
85-
collapsible: true,
8682
children: getChildren('helpers')
8783
}
8884
]

0 commit comments

Comments
 (0)