]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: remove vuejs.de banner
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 13 May 2024 14:33:03 +0000 (16:33 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 13 May 2024 14:33:03 +0000 (16:33 +0200)
packages/docs/.vitepress/theme/index.ts

index 96c1d1a5163e1d2c5859058712fa0eff586700c1..760a11262449ec8c494f56aee76d62bdf642e015 100644 (file)
@@ -8,7 +8,7 @@ import './styles/vars.css'
 import './styles/playground-links.css'
 import VueSchoolLink from './components/VueSchoolLink.vue'
 import VueMasteryLogoLink from './components/VueMasteryLogoLink.vue'
-import VuejsdeConfBanner from './components/VuejsdeConfBanner.vue'
+// import VuejsdeConfBanner from './components/VuejsdeConfBanner.vue'
 import status from '../translation-status.json'
 
 const i18nLabels = {
@@ -21,7 +21,7 @@ const theme: Theme = {
     return h(DefaultTheme.Layout, null, {
       // 'home-features-after': () => h(HomeSponsors),
       'aside-ads-before': () => h(AsideSponsors),
-      'layout-top': () => h(VuejsdeConfBanner),
+      // 'layout-top': () => h(VuejsdeConfBanner),
       'doc-before': () => h(TranslationStatus, { status, i18nLabels }),
     })
   },