From: Eduardo San Martin Morote Date: Mon, 2 Jun 2025 07:49:04 +0000 (+0200) Subject: docs: remove banner X-Git-Tag: @pinia/nuxt@0.11.1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1438aa426dc8d6999b81d19c78510cbb0e00ce91;p=thirdparty%2Fvuejs%2Fpinia.git docs: remove banner --- diff --git a/packages/docs/.vitepress/theme/index.ts b/packages/docs/.vitepress/theme/index.ts index 42ac5eba..a205ef14 100644 --- a/packages/docs/.vitepress/theme/index.ts +++ b/packages/docs/.vitepress/theme/index.ts @@ -12,7 +12,6 @@ import VueSchoolLink from './components/VueSchoolLink.vue' import VueMasteryLogoLink from './components/VueMasteryLogoLink.vue' import MasteringPiniaLink from './components/MasteringPiniaLink.vue' import status from '../translation-status.json' -import MadVueBanner from './components/MadVueBanner.vue' const i18nLabels = { zh: '该翻译已同步到了 ${date} 的版本,其对应的 commit hash 是 ${hash}。', @@ -27,7 +26,6 @@ const theme: Theme = { 'aside-ads-before': () => h(AsideSponsors), // 'layout-top': () => h(VuejsdeConfBanner), 'doc-before': () => h(TranslationStatus, { status, i18nLabels }), - 'layout-top': () => h(MadVueBanner), }) },