@@ -199,13 +199,35 @@ module.exports = {
199
199
} ,
200
200
{ text : 'API Reference' , link : '/api/application-config' } ,
201
201
{
202
- text : 'Community' ,
203
- ariaLabel : 'Community Menu' ,
202
+ text : 'Ecosystem' ,
204
203
items : [
205
- { text : 'Team' , link : '/community/team/' } ,
206
- { text : 'Partners' , link : '/community/partners/' } ,
207
- { text : 'Join' , link : '/community/join/' } ,
208
- { text : 'Themes' , link : '/community/themes/' }
204
+ {
205
+ text : 'Community' ,
206
+ ariaLabel : 'Community Menu' ,
207
+ items : [
208
+ { text : 'Team' , link : '/community/team/' } ,
209
+ { text : 'Partners' , link : '/community/partners/' } ,
210
+ { text : 'Join' , link : '/community/join/' } ,
211
+ { text : 'Themes' , link : '/community/themes/' }
212
+ ]
213
+ } ,
214
+ {
215
+ text : 'Official Projects' ,
216
+ items : [
217
+ { text : 'Vue Router' , link : 'https://router.vuejs.org/' } ,
218
+ { text : 'Vuex' , link : 'https://vuex.vuejs.org/' } ,
219
+ { text : 'Vue CLI' , link : 'https://cli.vuejs.org/' } ,
220
+ {
221
+ text : 'Vue Test Utils' ,
222
+ link : 'https://vue-test-utils.vuejs.org/'
223
+ } ,
224
+ {
225
+ text : 'Devtools' ,
226
+ link : 'https://github.com/vuejs/vue-devtools'
227
+ } ,
228
+ { text : 'Weekly news' , link : 'https://news.vuejs.org/' }
229
+ ]
230
+ }
209
231
]
210
232
}
211
233
] ,
0 commit comments