Skip to content

Commit 58ef9a6

Browse files
authored
Merge pull request #3445 from tilalx/develop
Update the vuepress config.js to fix pr/3395
2 parents 96fc6a2 + d19ebf5 commit 58ef9a6

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

docs/.vuepress/config.js

+17-8
Original file line numberDiff line numberDiff line change
@@ -45,46 +45,55 @@ export default defineUserConfig({
4545
],
4646
sidebar: {
4747
'/': [
48+
{
49+
text: 'Home',
50+
link: '/'
51+
},
4852
{
4953
text: 'Guide',
50-
children: ['/guide/README.md'],
54+
link: '/guide/',
5155
collapsible: true,
5256
},
5357
{
5458
text: 'Screenshots',
55-
children: ['/screenshots/README.md'],
59+
link: '/screenshots/',
5660
collapsible: true,
5761
},
5862
{
59-
text: 'Setup',
60-
children: ['/setup/README.md'],
63+
text: 'Setup Instructions',
64+
link: '/setup/',
6165
collapsible: true,
6266
},
6367
{
6468
text: 'Advanced Configuration',
65-
children: ['/advanced-config/README.md'],
69+
link: '/advanced-config/',
6670
collapsible: true,
6771
},
6872
{
6973
text: 'Upgrading',
70-
children: ['/upgrading/README.md'],
74+
link: '/upgrading/',
7175
collapsible: true,
7276
},
7377
{
7478
text: 'Frequently Asked Questions',
75-
children: ['/faq/README.md'],
79+
link: '/faq/',
7680
collapsible: true,
7781
},
7882
{
7983
text: 'Third Party',
80-
children: ['/third-party/README.md'],
84+
link: '/third-party/',
8185
collapsible: true,
8286
},
8387
],
8488
},
8589
}
8690
}
8791
}),
92+
markdown: {
93+
code: {
94+
lineNumbers: false,
95+
},
96+
},
8897
plugins: [
8998
googleAnalyticsPlugin({
9099
id: 'UA-99675467-4'

0 commit comments

Comments
 (0)