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

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