aboutsummaryrefslogtreecommitdiffstats
path: root/.vitepress/config.mts
diff options
context:
space:
mode:
Diffstat (limited to '.vitepress/config.mts')
-rw-r--r--.vitepress/config.mts28
1 files changed, 28 insertions, 0 deletions
diff --git a/.vitepress/config.mts b/.vitepress/config.mts
new file mode 100644
index 0000000..ef8d676
--- /dev/null
+++ b/.vitepress/config.mts
@@ -0,0 +1,28 @@
+import { defineConfig } from 'vitepress'
+
+// https://vitepress.dev/reference/site-config
+export default defineConfig({
+ title: "Knowledge Base",
+ description: "Another Knowledge Base",
+ themeConfig: {
+ // https://vitepress.dev/reference/default-theme-config
+ nav: [
+ { text: 'Home', link: '/' },
+ ],
+
+ sidebar: [
+ {
+ text: 'Projects',
+ items: [
+ { text: 'Patchwork Archive API', link: '/docs/patchwork-archive-api' },
+ { text: 'I Miss Someone VT', link: '/docs/i-miss-someone-vt' },
+ { text: 'VTuber Captcha', link: '/docs/vtuber-captcha' }
+ ]
+ }
+ ],
+
+ socialLinks: [
+ { icon: 'github', link: 'https://github.com/pinapelz' }
+ ]
+ }
+})
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage