File tree Expand file tree Collapse file tree 2 files changed +24
-6
lines changed
packages/docs/docs/.vuepress/nav Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,6 @@ module.exports = [
56
56
{
57
57
text : 'Resources' ,
58
58
items : [
59
- {
60
- text : '0.x Docs' ,
61
- link : 'https://v0.vuepress.vuejs.org/'
62
- } ,
63
59
{
64
60
text : 'Migrate from 0.x' ,
65
61
link : '/miscellaneous/migration-guide.html'
@@ -71,5 +67,18 @@ module.exports = [
71
67
]
72
68
}
73
69
]
70
+ } ,
71
+ {
72
+ text : 'v1.x' ,
73
+ items : [
74
+ {
75
+ text : 'v2.x' ,
76
+ link : 'https://v2.vuepress.vuejs.org'
77
+ } ,
78
+ {
79
+ text : 'v0.x' ,
80
+ link : 'https://v0.vuepress.vuejs.org'
81
+ }
82
+ ]
74
83
}
75
84
]
Original file line number Diff line number Diff line change @@ -69,7 +69,16 @@ module.exports = [
69
69
]
70
70
} ,
71
71
{
72
- text : '0.x' ,
73
- link : 'https://v0.vuepress.vuejs.org/'
72
+ text : 'v1.x' ,
73
+ items : [
74
+ {
75
+ text : 'v2.x' ,
76
+ link : 'https://v2.vuepress.vuejs.org/zh/'
77
+ } ,
78
+ {
79
+ text : 'v0.x' ,
80
+ link : 'https://v0.vuepress.vuejs.org/zh/'
81
+ }
82
+ ]
74
83
}
75
84
]
You can’t perform that action at this time.
0 commit comments