Skip to content

Commit

Permalink
docs: update certificate links
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Mar 28, 2024
1 parent 31c5936 commit f776cbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions packages/docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Vue.js Certification',
link: 'https://certification.vuejs.org/?friend=VUEROUTER',
link: 'https://certificates.dev/vuejs/?friend=VUEROUTER&utm_source=router_vuejs&utm_medium=link&utm_campaign=router_vuejs_links&utm_content=navbar',
},
],
},
Expand All @@ -70,7 +70,6 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Essentials',
collapsible: false,
items: [
{
text: 'Getting Started',
Expand Down Expand Up @@ -120,7 +119,6 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Advanced',
collapsible: false,
items: [
{
text: 'Navigation guards',
Expand Down
4 changes: 1 addition & 3 deletions packages/docs/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Vue.js 认证',
link: 'https://certification.vuejs.org/?friend=VUEROUTER',
link: 'https://certificates.dev/vuejs/?friend=VUEROUTER&utm_source=router_vuejs&utm_medium=link&utm_campaign=router_vuejs_links&utm_content=navbar',
},
],
},
Expand Down Expand Up @@ -79,7 +79,6 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: '基础',
collapsible: false,
items: [
{
text: '入门',
Expand Down Expand Up @@ -125,7 +124,6 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: '进阶',
collapsible: false,
items: [
{
text: '导航守卫',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<a
class="banner"
href="https://certificates.dev/vuejs/?friend=VUEROUTER&utm_source=affiliate&utm_medium=vuerouter&utm_campaign=VueRouter_CERT&utm_content=sidebar"
href="https://certificates.dev/vuejs/?friend=VUEROUTER&utm_source=router_vuejs&utm_medium=link&utm_campaign=router_vuejs_links&utm_content=sidebar"
target="_blank"
>
<img src="/banners/vuejs-certification.svg" alt="Vue.js Certification" />
Expand Down

0 comments on commit f776cbe

Please sign in to comment.