Skip to content

Commit 988e488

Browse files
authored
docs: revert viteconf 24 cta #6414 (#6712)
1 parent c736809 commit 988e488

File tree

4 files changed

+0
-100
lines changed

4 files changed

+0
-100
lines changed

docs/.vitepress/components.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export {}
77
/* prettier-ignore */
88
declare module 'vue' {
99
export interface GlobalComponents {
10-
AsideViteConf: typeof import('./components/AsideViteConf.vue')['default']
1110
Contributors: typeof import('./components/Contributors.vue')['default']
1211
CourseLink: typeof import('./components/CourseLink.vue')['default']
1312
FeaturesList: typeof import('./components/FeaturesList.vue')['default']

docs/.vitepress/components/AsideViteConf.vue

Lines changed: 0 additions & 73 deletions
This file was deleted.

docs/.vitepress/theme/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import TwoslashFloatingVue from '@shikijs/vitepress-twoslash/client'
99
import { enhanceAppWithTabs } from 'vitepress-plugin-tabs/client'
1010
import HomePage from '../components/HomePage.vue'
1111
import Version from '../components/Version.vue'
12-
import AsideViteConf from '../components/AsideViteConf.vue'
1312
import '@shikijs/vitepress-twoslash/style.css'
1413

1514
if (inBrowser) {
@@ -21,7 +20,6 @@ export default {
2120
Layout() {
2221
return h(DefaultTheme.Layout, null, {
2322
'home-features-after': () => h(HomePage),
24-
'aside-ads-before': () => h(AsideViteConf),
2523
})
2624
},
2725
enhanceApp({ app }) {

docs/public/viteconf.svg

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)