Skip to content

Commit ff085fb

Browse files
committed
docs: add versions
1 parent c30b075 commit ff085fb

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

docs/.vuepress/config.js

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ module.exports = ctx => ({
9292
text: 'API Reference',
9393
link: '/api/'
9494
},
95+
{
96+
text: 'v3.x',
97+
items: [
98+
{ text: 'v4.x', link: 'https://next.router.vuejs.org' }
99+
]
100+
},
95101
{
96102
text: 'Release Notes',
97103
link: 'https://github.com/vuejs/vue-router/releases'
@@ -142,6 +148,12 @@ module.exports = ctx => ({
142148
text: 'API 参考',
143149
link: '/zh/api/'
144150
},
151+
{
152+
text: 'v3.x',
153+
items: [
154+
{ text: 'v4.x', link: 'https://next.router.vuejs.org/zh/' }
155+
]
156+
},
145157
{
146158
text: '更新记录',
147159
link: 'https://github.com/vuejs/vue-router/releases'
@@ -192,6 +204,12 @@ module.exports = ctx => ({
192204
text: 'API リファレンス',
193205
link: '/ja/api/'
194206
},
207+
{
208+
text: 'v3.x',
209+
items: [
210+
{ text: 'v4.x', link: 'https://next.router.vuejs.org' }
211+
]
212+
},
195213
{
196214
text: 'リリースノート',
197215
link: 'https://github.com/vuejs/vue-router/releases'
@@ -241,6 +259,12 @@ module.exports = ctx => ({
241259
text: 'Справочник API',
242260
link: '/ru/api/'
243261
},
262+
{
263+
text: 'v3.x',
264+
items: [
265+
{ text: 'v4.x', link: 'https://next.router.vuejs.org' }
266+
]
267+
},
244268
{
245269
text: 'История изменений',
246270
link: 'https://github.com/vuejs/vue-router/releases'
@@ -291,6 +315,12 @@ module.exports = ctx => ({
291315
text: 'API 레퍼런스',
292316
link: '/kr/api/'
293317
},
318+
{
319+
text: 'v3.x',
320+
items: [
321+
{ text: 'v4.x', link: 'https://next.router.vuejs.org' }
322+
]
323+
},
294324
{
295325
text: '릴리즈 노트',
296326
link: 'https://github.com/vuejs/vue-router/releases'
@@ -340,6 +370,12 @@ module.exports = ctx => ({
340370
text: 'API',
341371
link: '/fr/api/'
342372
},
373+
{
374+
text: 'v3.x',
375+
items: [
376+
{ text: 'v4.x', link: 'https://next.router.vuejs.org' }
377+
]
378+
},
343379
{
344380
text: 'Notes de version',
345381
link: 'https://github.com/vuejs/vue-router/releases'

0 commit comments

Comments
 (0)