Skip to content

Commit

Permalink
docs: revert viteconf 24 cta #6414
Browse files Browse the repository at this point in the history
This reverts commit 122e4fe.
  • Loading branch information
patak-dev committed Oct 15, 2024
1 parent e03725a commit d5878a4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 100 deletions.
1 change: 0 additions & 1 deletion docs/.vitepress/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AsideViteConf: typeof import('./components/AsideViteConf.vue')['default']
Contributors: typeof import('./components/Contributors.vue')['default']
CourseLink: typeof import('./components/CourseLink.vue')['default']
FeaturesList: typeof import('./components/FeaturesList.vue')['default']
Expand Down
73 changes: 0 additions & 73 deletions docs/.vitepress/components/AsideViteConf.vue

This file was deleted.

2 changes: 0 additions & 2 deletions docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import TwoslashFloatingVue from '@shikijs/vitepress-twoslash/client'
import { enhanceAppWithTabs } from 'vitepress-plugin-tabs/client'
import HomePage from '../components/HomePage.vue'
import Version from '../components/Version.vue'
import AsideViteConf from '../components/AsideViteConf.vue'
import '@shikijs/vitepress-twoslash/style.css'

if (inBrowser) {
Expand All @@ -21,7 +20,6 @@ export default {
Layout() {
return h(DefaultTheme.Layout, null, {
'home-features-after': () => h(HomePage),
'aside-ads-before': () => h(AsideViteConf),
})
},
enhanceApp({ app }) {
Expand Down
24 changes: 0 additions & 24 deletions docs/public/viteconf.svg

This file was deleted.

0 comments on commit d5878a4

Please sign in to comment.