From: Eduardo San Martin Morote Date: Sun, 8 Sep 2024 18:46:14 +0000 (+0200) Subject: docs: vue.js de banner removal X-Git-Tag: @pinia/nuxt@0.5.5~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2531b6e52d4c30b0ccba9df876768ecbfb9185c;p=thirdparty%2Fvuejs%2Fpinia.git docs: vue.js de banner removal --- diff --git a/packages/docs/.vitepress/theme/index.ts b/packages/docs/.vitepress/theme/index.ts index c0f49d08..a205ef14 100644 --- a/packages/docs/.vitepress/theme/index.ts +++ b/packages/docs/.vitepress/theme/index.ts @@ -11,7 +11,6 @@ import './styles/playground-links.css' import VueSchoolLink from './components/VueSchoolLink.vue' import VueMasteryLogoLink from './components/VueMasteryLogoLink.vue' import MasteringPiniaLink from './components/MasteringPiniaLink.vue' -import VuejsdeConfBanner from './components/VuejsdeConfBanner.vue' import status from '../translation-status.json' const i18nLabels = { @@ -25,7 +24,7 @@ const theme: Theme = { 'home-hero-image': () => h('div', { class: 'image-src' }, h(PiniaLogo)), // 'home-features-after': () => h(HomeSponsors), 'aside-ads-before': () => h(AsideSponsors), - 'layout-top': () => h(VuejsdeConfBanner), + // 'layout-top': () => h(VuejsdeConfBanner), 'doc-before': () => h(TranslationStatus, { status, i18nLabels }), }) },