We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d28f20 commit 7205e38Copy full SHA for 7205e38
packages/docs/.vitepress/theme/index.ts
@@ -8,7 +8,6 @@ import './styles/vars.css'
8
import './styles/sponsors.css'
9
import VueSchoolLink from './components/VueSchoolLink.vue'
10
import VueMasteryLogoLink from './components/VueMasteryLogoLink.vue'
11
-import VuejsdeConfBanner from './components/VuejsdeConfBanner.vue'
12
import status from '../translation-status.json'
13
14
const i18nLabels = {
@@ -22,7 +21,6 @@ const theme: Theme = {
22
21
// 'home-features-after': () => h(HomeSponsors),
23
'aside-ads-before': () => h(AsideSponsors),
24
'doc-before': () => h(TranslationStatus, { status, i18nLabels }),
25
- 'layout-top': () => h(VuejsdeConfBanner),
26
})
27
},
28
0 commit comments