From: Eduardo San Martin Morote Date: Sun, 8 Sep 2024 18:46:58 +0000 (+0200) Subject: docs: vue.js de banner removal X-Git-Tag: v4.4.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7205e381fdea5b0a801ae145a89652023f20b87e;p=thirdparty%2Fvuejs%2Frouter.git docs: vue.js de banner removal --- diff --git a/packages/docs/.vitepress/theme/index.ts b/packages/docs/.vitepress/theme/index.ts index a6f93185..4fd5c4eb 100644 --- a/packages/docs/.vitepress/theme/index.ts +++ b/packages/docs/.vitepress/theme/index.ts @@ -8,7 +8,6 @@ import './styles/vars.css' import './styles/sponsors.css' import VueSchoolLink from './components/VueSchoolLink.vue' import VueMasteryLogoLink from './components/VueMasteryLogoLink.vue' -import VuejsdeConfBanner from './components/VuejsdeConfBanner.vue' import status from '../translation-status.json' const i18nLabels = { @@ -22,7 +21,6 @@ const theme: Theme = { // 'home-features-after': () => h(HomeSponsors), 'aside-ads-before': () => h(AsideSponsors), 'doc-before': () => h(TranslationStatus, { status, i18nLabels }), - 'layout-top': () => h(VuejsdeConfBanner), }) },