]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: vue.js de banner removal
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 8 Sep 2024 18:46:58 +0000 (20:46 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 8 Sep 2024 18:46:58 +0000 (20:46 +0200)
packages/docs/.vitepress/theme/index.ts

index a6f93185205a01ee7b080e069379470634cfcd6f..4fd5c4eb090cb9f857146f70e3462e2c5df9aa5b 100644 (file)
@@ -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),
     })
   },