File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
46
46
} ,
47
47
{
48
48
text : 'Vue.js Certification' ,
49
- link : 'https://certification. vuejs.org /?friend=VUEROUTER' ,
49
+ link : 'https://certificates.dev/ vuejs/?friend=VUEROUTER&utm_source=router_vuejs&utm_medium=link&utm_campaign=router_vuejs_links&utm_content=navbar ' ,
50
50
} ,
51
51
] ,
52
52
} ,
@@ -70,7 +70,6 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
70
70
} ,
71
71
{
72
72
text : 'Essentials' ,
73
- collapsible : false ,
74
73
items : [
75
74
{
76
75
text : 'Getting Started' ,
@@ -120,7 +119,6 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
120
119
} ,
121
120
{
122
121
text : 'Advanced' ,
123
- collapsible : false ,
124
122
items : [
125
123
{
126
124
text : 'Navigation guards' ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
50
50
} ,
51
51
{
52
52
text : 'Vue.js 认证' ,
53
- link : 'https://certification. vuejs.org /?friend=VUEROUTER' ,
53
+ link : 'https://certificates.dev/ vuejs/?friend=VUEROUTER&utm_source=router_vuejs&utm_medium=link&utm_campaign=router_vuejs_links&utm_content=navbar ' ,
54
54
} ,
55
55
] ,
56
56
} ,
@@ -79,7 +79,6 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
79
79
} ,
80
80
{
81
81
text : '基础' ,
82
- collapsible : false ,
83
82
items : [
84
83
{
85
84
text : '入门' ,
@@ -125,7 +124,6 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
125
124
} ,
126
125
{
127
126
text : '进阶' ,
128
- collapsible : false ,
129
127
items : [
130
128
{
131
129
text : '导航守卫' ,
Original file line number Diff line number Diff line change 14
14
15
15
<a
16
16
class =" banner"
17
- href =" https://certificates.dev/vuejs/?friend=VUEROUTER&utm_source=affiliate &utm_medium=vuerouter &utm_campaign=VueRouter_CERT &utm_content=sidebar"
17
+ href =" https://certificates.dev/vuejs/?friend=VUEROUTER&utm_source=router_vuejs &utm_medium=link &utm_campaign=router_vuejs_links &utm_content=sidebar"
18
18
target =" _blank"
19
19
>
20
20
<img src =" /banners/vuejs-certification.svg" alt =" Vue.js Certification" />
You can’t perform that action at this time.
0 commit comments