From: Eduardo San Martin Morote Date: Mon, 2 Jun 2025 07:48:21 +0000 (+0200) Subject: docs: remove banner X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb254c1908474c7af6fd33de93b6542cfab21063;p=thirdparty%2Fvuejs%2Frouter.git docs: remove banner --- diff --git a/packages/docs/.vitepress/theme/index.ts b/packages/docs/.vitepress/theme/index.ts index 0a388e79..25da9d00 100644 --- a/packages/docs/.vitepress/theme/index.ts +++ b/packages/docs/.vitepress/theme/index.ts @@ -8,7 +8,6 @@ import './styles/vars.css' import VueSchoolLink from './components/VueSchoolLink.vue' import VueMasteryLogoLink from './components/VueMasteryLogoLink.vue' import status from '../translation-status.json' -import MadVueBanner from './components/MadVueBanner.vue' const i18nLabels = { zh: '该翻译已同步到了 ${date} 的版本,其对应的 commit hash 是 ${hash}。', @@ -21,7 +20,6 @@ const theme: Theme = { // 'home-features-after': () => h(HomeSponsors), 'aside-ads-before': () => h(AsideSponsors), 'doc-before': () => h(TranslationStatus, { status, i18nLabels }), - 'layout-top': () => h(MadVueBanner), }) },