File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
packages/docs/.vitepress/config Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
47
47
text : 'Vue.js Certification' ,
48
48
link : 'https://certificates.dev/vuejs/?friend=VUEROUTER&utm_source=pinia_vuejs&utm_medium=link&utm_campaign=pinia_vuejs_links&utm_content=navbar' ,
49
49
} ,
50
+ {
51
+ text : 'v3.x' ,
52
+ items : [ { text : 'v2.x' , link : 'https://v2.pinia.vuejs.org' } ] ,
53
+ } ,
50
54
] ,
51
55
} ,
52
56
] ,
Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
58
58
} ,
59
59
] ,
60
60
} ,
61
+ {
62
+ text : 'v3.x' ,
63
+ items : [ { text : 'v2.x' , link : 'https://v2.pinia.vuejs.org' } ] ,
64
+ } ,
61
65
] ,
62
66
sidebar : {
63
67
'/zh/api/' : [
You can’t perform that action at this time.
0 commit comments