From: Eduardo San Martin Morote Date: Fri, 6 Nov 2020 17:54:23 +0000 (+0100) Subject: docs: add missing sponsors X-Git-Tag: v4.0.0-rc.3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=653f95d829a64f30e8b73d7a72f793308d388e86;p=thirdparty%2Fvuejs%2Frouter.git docs: add missing sponsors --- diff --git a/docs/.vitepress/components/HomeSponsors.vue b/docs/.vitepress/components/HomeSponsors.vue new file mode 100644 index 00000000..eb8a7b31 --- /dev/null +++ b/docs/.vitepress/components/HomeSponsors.vue @@ -0,0 +1,108 @@ + + + + + diff --git a/docs/.vitepress/components/sponsors.json b/docs/.vitepress/components/sponsors.json new file mode 100644 index 00000000..206e892e --- /dev/null +++ b/docs/.vitepress/components/sponsors.json @@ -0,0 +1,14 @@ +{ + "silver": [ + { + "href": "https://www.vuemastery.com/", + "alt": "VueMastery", + "imgSrc": "https://www.vuemastery.com/images/vuemastery.svg" + }, + { + "imgSrc": "https://cdn.vuetifyjs.com/docs/images/logos/vuetify-logo-light-text.svg", + "href": "https://www.vuetifyjs.com/", + "alt": "Vuetify" + } + ] +}