mirror of
https://github.com/snowykami/mbcp.git
synced 2026-01-25 21:21:56 +00:00
📝 测试文档部署
This commit is contained in:
13
docs/.vitepress/config/common.ts
Normal file
13
docs/.vitepress/config/common.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import {defineConfig, type DefaultTheme} from 'vitepress'
|
||||
|
||||
export const common = defineConfig({
|
||||
title: "MBCP docs",
|
||||
description: "MBCP library docs",
|
||||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
socialLinks: [
|
||||
{icon: 'github', link: 'https://github.com/snowykami/mbcp'}
|
||||
]
|
||||
},
|
||||
srcDir: '.'
|
||||
})
|
||||
Reference in New Issue
Block a user