]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: Add Link to Vue.js Certification (#1962)
authorNico Devs <nico1485@gmail.com>
Mon, 21 Aug 2023 11:57:59 +0000 (08:57 -0300)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 11:57:59 +0000 (13:57 +0200)
packages/docs/.vitepress/config/en.ts

index aa43a5ee899955751d36c41e9ae560c78d3dd88a..33dd772c9210918767867976e2a6d655c1f98a9a 100644 (file)
@@ -44,6 +44,10 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
             text: 'Changelog',
             link: 'https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md',
           },
+          {
+            text: 'Vue.js Certification',
+            link: 'https://certification.vuejs.org/?friend=VUEROUTER',
+          },
         ],
       },
     ],