Skip to content

Commit f776cbe

Browse files
committed
docs: update certificate links
1 parent 31c5936 commit f776cbe

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

packages/docs/.vitepress/config/en.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
4646
},
4747
{
4848
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',
5050
},
5151
],
5252
},
@@ -70,7 +70,6 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
7070
},
7171
{
7272
text: 'Essentials',
73-
collapsible: false,
7473
items: [
7574
{
7675
text: 'Getting Started',
@@ -120,7 +119,6 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
120119
},
121120
{
122121
text: 'Advanced',
123-
collapsible: false,
124122
items: [
125123
{
126124
text: 'Navigation guards',

packages/docs/.vitepress/config/zh.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
5050
},
5151
{
5252
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',
5454
},
5555
],
5656
},
@@ -79,7 +79,6 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
7979
},
8080
{
8181
text: '基础',
82-
collapsible: false,
8382
items: [
8483
{
8584
text: '入门',
@@ -125,7 +124,6 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
125124
},
126125
{
127126
text: '进阶',
128-
collapsible: false,
129127
items: [
130128
{
131129
text: '导航守卫',

packages/docs/.vitepress/theme/components/AsideSponsors.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<a
1616
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"
1818
target="_blank"
1919
>
2020
<img src="/banners/vuejs-certification.svg" alt="Vue.js Certification" />

0 commit comments

Comments
 (0)