File tree 1 file changed +32
-29
lines changed
1 file changed +32
-29
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- title : 'Vetur' ,
3
- description : "Vue tooling for VS Code." ,
4
- base : '/vetur/' ,
5
- themeConfig : {
6
- repo : 'vuejs/vetur' ,
7
- editLinks : true ,
8
- docsDir : 'docs' ,
9
- sidebar : [
10
- '/setup' ,
11
- {
12
- title : 'Features' ,
13
- collapsable : false ,
14
- children : [
15
- '/highlighting' ,
16
- '/snippet' ,
17
- '/emmet' ,
18
- '/linting-error' ,
19
- '/formatting' ,
20
- '/intellisense' ,
21
- '/debugging' ,
22
- '/framework'
23
- ]
24
- } ,
25
- '/FAQ' ,
26
- '/CONTRIBUTING' ,
27
- '/roadmap' ,
28
- '/CHANGELOG' ,
29
- '/credits'
2
+ title : 'Vetur' ,
3
+ description : 'Vue tooling for VS Code.' ,
4
+ base : '/vetur/' ,
5
+ markdown : {
6
+ linkify : true
7
+ } ,
8
+ themeConfig : {
9
+ repo : 'vuejs/vetur' ,
10
+ editLinks : true ,
11
+ docsDir : 'docs' ,
12
+ sidebar : [
13
+ '/setup' ,
14
+ {
15
+ title : 'Features' ,
16
+ collapsable : false ,
17
+ children : [
18
+ '/highlighting' ,
19
+ '/snippet' ,
20
+ '/emmet' ,
21
+ '/linting-error' ,
22
+ '/formatting' ,
23
+ '/intellisense' ,
24
+ '/debugging' ,
25
+ '/framework'
26
+ ]
27
+ } ,
28
+ '/FAQ' ,
29
+ '/CONTRIBUTING' ,
30
+ '/roadmap' ,
31
+ '/CHANGELOG' ,
32
+ '/credits'
30
33
]
31
- }
32
34
}
35
+ } ;
You can’t perform that action at this time.
0 commit comments