File tree 1 file changed +17
-8
lines changed
1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -45,46 +45,55 @@ export default defineUserConfig({
45
45
] ,
46
46
sidebar : {
47
47
'/' : [
48
+ {
49
+ text : 'Home' ,
50
+ link : '/'
51
+ } ,
48
52
{
49
53
text : 'Guide' ,
50
- children : [ '/guide/README.md' ] ,
54
+ link : '/guide/' ,
51
55
collapsible : true ,
52
56
} ,
53
57
{
54
58
text : 'Screenshots' ,
55
- children : [ '/screenshots/README.md' ] ,
59
+ link : '/screenshots/' ,
56
60
collapsible : true ,
57
61
} ,
58
62
{
59
- text : 'Setup' ,
60
- children : [ '/setup/README.md' ] ,
63
+ text : 'Setup Instructions ' ,
64
+ link : '/setup/' ,
61
65
collapsible : true ,
62
66
} ,
63
67
{
64
68
text : 'Advanced Configuration' ,
65
- children : [ '/advanced-config/README.md' ] ,
69
+ link : '/advanced-config/' ,
66
70
collapsible : true ,
67
71
} ,
68
72
{
69
73
text : 'Upgrading' ,
70
- children : [ '/upgrading/README.md' ] ,
74
+ link : '/upgrading/' ,
71
75
collapsible : true ,
72
76
} ,
73
77
{
74
78
text : 'Frequently Asked Questions' ,
75
- children : [ '/faq/README.md' ] ,
79
+ link : '/faq/' ,
76
80
collapsible : true ,
77
81
} ,
78
82
{
79
83
text : 'Third Party' ,
80
- children : [ '/third-party/README.md' ] ,
84
+ link : '/third-party/' ,
81
85
collapsible : true ,
82
86
} ,
83
87
] ,
84
88
} ,
85
89
}
86
90
}
87
91
} ) ,
92
+ markdown : {
93
+ code : {
94
+ lineNumbers : false ,
95
+ } ,
96
+ } ,
88
97
plugins : [
89
98
googleAnalyticsPlugin ( {
90
99
id : 'UA-99675467-4'
You can’t perform that action at this time.
0 commit comments