From: Nico Devs Date: Mon, 21 Aug 2023 11:57:59 +0000 (-0300) Subject: docs: Add Link to Vue.js Certification (#1962) X-Git-Tag: v4.2.5~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb0bc7d7770c35efb445eaa12f333999e3ac236a;p=thirdparty%2Fvuejs%2Frouter.git docs: Add Link to Vue.js Certification (#1962) --- diff --git a/packages/docs/.vitepress/config/en.ts b/packages/docs/.vitepress/config/en.ts index aa43a5ee..33dd772c 100644 --- a/packages/docs/.vitepress/config/en.ts +++ b/packages/docs/.vitepress/config/en.ts @@ -44,6 +44,10 @@ export const enConfig: LocaleSpecificConfig = { 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', + }, ], }, ],