File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,12 @@ module.exports = {
62
62
} ,
63
63
{
64
64
text : 'Changelog' ,
65
- link : 'https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md'
66
- }
65
+ link : 'https://github.com/vuejs/vuepress/blob/0.x/CHANGELOG.md'
66
+ } ,
67
+ {
68
+ text : '1.x' ,
69
+ link : 'https://v1.vuepress.vuejs.org/'
70
+ } ,
67
71
] ,
68
72
sidebar : {
69
73
'/guide/' : genSidebarConfig ( 'Guide' )
@@ -95,8 +99,12 @@ module.exports = {
95
99
} ,
96
100
{
97
101
text : 'Changelog' ,
98
- link : 'https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md'
99
- }
102
+ link : 'https://github.com/vuejs/vuepress/blob/0.x/CHANGELOG.md'
103
+ } ,
104
+ {
105
+ text : '1.x' ,
106
+ link : 'https://v1.vuepress.vuejs.org/'
107
+ } ,
100
108
] ,
101
109
sidebar : {
102
110
'/zh/guide/' : genSidebarConfig ( '指南' )
You can’t perform that action at this time.
0 commit comments