From: Nico Devs Date: Mon, 21 Aug 2023 11:57:25 +0000 (-0300) Subject: docs: Add Link to Vue.js Certification (#2362) X-Git-Tag: @pinia/nuxt@0.5.0~35 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0c707f73f7baa167c2e08eaac9e3aa9c4e1b68e0;p=thirdparty%2Fvuejs%2Fpinia.git docs: Add Link to Vue.js Certification (#2362) --- diff --git a/packages/docs/.vitepress/config/en.ts b/packages/docs/.vitepress/config/en.ts index f6ac8759..f5e79227 100644 --- a/packages/docs/.vitepress/config/en.ts +++ b/packages/docs/.vitepress/config/en.ts @@ -42,6 +42,10 @@ export const enConfig: LocaleSpecificConfig = { 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', + }, ], }, ],