File tree 2 files changed +1
-95
lines changed
2 files changed +1
-95
lines changed Original file line number Diff line number Diff line change @@ -25,100 +25,6 @@ module.exports = {
25
25
{
26
26
text : 'Default Theme Config' ,
27
27
link : '/default-theme-config/'
28
- } ,
29
- {
30
- text : 'Links' ,
31
- items : [
32
- {
33
- text : 'Vue' ,
34
- link : 'https://vuejs.org/' ,
35
- } ,
36
- {
37
- text : 'Vue-Router' ,
38
- link : 'https://router.vuejs.org/en/' ,
39
- } ,
40
- {
41
- text : 'Vue-CLI' ,
42
- link : 'https://github.com/vuejs/vue-cli/blob/dev/docs/README.md' ,
43
- } ,
44
- {
45
- text : 'Vue-Press' ,
46
- link : '/' ,
47
- } ,
48
- ]
49
- } ,
50
- {
51
- text : 'Ecosystem' ,
52
- items : [
53
- {
54
- text : 'Help' ,
55
- items : [
56
- {
57
- text : 'Forum' ,
58
- link : 'https://forum.vuejs.org/'
59
- } ,
60
- {
61
- text : 'Chat' ,
62
- link : 'https://chat.vuejs.org/'
63
- }
64
- ]
65
- } ,
66
- {
67
- text : 'Tooling' ,
68
- items : [
69
- {
70
- text : 'Devtools' ,
71
- link : 'https://github.com/vuejs/vue-devtools'
72
- } ,
73
- {
74
- text : 'Webpack Template' ,
75
- link : 'https://vuejs-templates.github.io/webpack'
76
- } ,
77
- {
78
- text : 'Vue Loader' ,
79
- link : 'https://vue-loader.vuejs.org'
80
- }
81
- ]
82
- } ,
83
- {
84
- text : 'News' ,
85
- items : [
86
- {
87
- text : 'Weekly News' ,
88
- link : 'https://news.vuejs.org'
89
- } ,
90
- {
91
- text : 'Roadmap' ,
92
- link : 'https://github.com/vuejs/roadmap'
93
- } ,
94
- {
95
- text : 'Twitter' ,
96
- link : 'https://twitter.com/vuejs'
97
- } ,
98
- {
99
- text : 'Blog' ,
100
- link : 'https://medium.com/the-vue-point'
101
- } ,
102
- {
103
- text : 'Jobs' ,
104
- link : 'https://vuejobs.com/?ref=vuejs'
105
- }
106
- ]
107
- } ,
108
- {
109
- text : 'Resource Lists' ,
110
- items : [
111
- {
112
- text : 'Vue Curated' ,
113
- link : 'https://curated.vuejs.org/'
114
- } ,
115
- {
116
- text : 'Awesome Vue' ,
117
- link : 'https://github.com/vuejs/awesome-vue'
118
- }
119
- ]
120
- }
121
- ]
122
28
}
123
29
] ,
124
30
sidebar : {
Original file line number Diff line number Diff line change 32
32
components: { NavLink },
33
33
data () {
34
34
return {
35
- open: true
35
+ open: false
36
36
}
37
37
},
38
38
props: {
You can’t perform that action at this time.
0 commit comments