@@ -92,6 +92,12 @@ module.exports = ctx => ({
92
92
text : 'API Reference' ,
93
93
link : '/api/'
94
94
} ,
95
+ {
96
+ text : 'v3.x' ,
97
+ items : [
98
+ { text : 'v4.x' , link : 'https://next.router.vuejs.org' }
99
+ ]
100
+ } ,
95
101
{
96
102
text : 'Release Notes' ,
97
103
link : 'https://github.com/vuejs/vue-router/releases'
@@ -142,6 +148,12 @@ module.exports = ctx => ({
142
148
text : 'API 参考' ,
143
149
link : '/zh/api/'
144
150
} ,
151
+ {
152
+ text : 'v3.x' ,
153
+ items : [
154
+ { text : 'v4.x' , link : 'https://next.router.vuejs.org/zh/' }
155
+ ]
156
+ } ,
145
157
{
146
158
text : '更新记录' ,
147
159
link : 'https://github.com/vuejs/vue-router/releases'
@@ -192,6 +204,12 @@ module.exports = ctx => ({
192
204
text : 'API リファレンス' ,
193
205
link : '/ja/api/'
194
206
} ,
207
+ {
208
+ text : 'v3.x' ,
209
+ items : [
210
+ { text : 'v4.x' , link : 'https://next.router.vuejs.org' }
211
+ ]
212
+ } ,
195
213
{
196
214
text : 'リリースノート' ,
197
215
link : 'https://github.com/vuejs/vue-router/releases'
@@ -241,6 +259,12 @@ module.exports = ctx => ({
241
259
text : 'Справочник API' ,
242
260
link : '/ru/api/'
243
261
} ,
262
+ {
263
+ text : 'v3.x' ,
264
+ items : [
265
+ { text : 'v4.x' , link : 'https://next.router.vuejs.org' }
266
+ ]
267
+ } ,
244
268
{
245
269
text : 'История изменений' ,
246
270
link : 'https://github.com/vuejs/vue-router/releases'
@@ -291,6 +315,12 @@ module.exports = ctx => ({
291
315
text : 'API 레퍼런스' ,
292
316
link : '/kr/api/'
293
317
} ,
318
+ {
319
+ text : 'v3.x' ,
320
+ items : [
321
+ { text : 'v4.x' , link : 'https://next.router.vuejs.org' }
322
+ ]
323
+ } ,
294
324
{
295
325
text : '릴리즈 노트' ,
296
326
link : 'https://github.com/vuejs/vue-router/releases'
@@ -340,6 +370,12 @@ module.exports = ctx => ({
340
370
text : 'API' ,
341
371
link : '/fr/api/'
342
372
} ,
373
+ {
374
+ text : 'v3.x' ,
375
+ items : [
376
+ { text : 'v4.x' , link : 'https://next.router.vuejs.org' }
377
+ ]
378
+ } ,
343
379
{
344
380
text : 'Notes de version' ,
345
381
link : 'https://github.com/vuejs/vue-router/releases'
0 commit comments