feat(docs): migrate to vitepress with @unovue/reka-ui's theme (#224)

This commit is contained in:
Neko
2025-07-15 10:25:44 +08:00
committed by GitHub
parent 7e0035c7ac
commit 5e8b2b8412
217 changed files with 5517 additions and 2904 deletions
+13
View File
@@ -0,0 +1,13 @@
import type { Theme } from 'vitepress'
import Layout from '../custom/Layout.vue'
import '@unocss/reset/tailwind.css'
import 'uno.css'
import './style.css'
export default {
Layout,
enhanceApp(_ctx) {
},
} satisfies Theme