mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-22 14:17:38 +08:00
📝 测试文档部署
This commit is contained in:
parent
dfdce1fd6f
commit
6040082eb1
@ -1,4 +1,4 @@
|
|||||||
import {defineConfig, type DefaultTheme} from 'vitepress'
|
import {defineConfig} from 'vitepress'
|
||||||
|
|
||||||
export const common = defineConfig({
|
export const common = defineConfig({
|
||||||
title: "MBCP docs",
|
title: "MBCP docs",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import {defineConfig, type DefaultTheme} from 'vitepress'
|
import {defineConfig} from 'vitepress'
|
||||||
|
|
||||||
export const en = defineConfig({
|
export const en = defineConfig({
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import {defineConfig, type DefaultTheme} from 'vitepress'
|
import {defineConfig} from 'vitepress'
|
||||||
|
|
||||||
export const zh = defineConfig({
|
export const zh = defineConfig({
|
||||||
|
|
||||||
|
@ -6,5 +6,6 @@
|
|||||||
"docs:dev": "vitepress dev",
|
"docs:dev": "vitepress dev",
|
||||||
"docs:build": "vitepress build",
|
"docs:build": "vitepress build",
|
||||||
"docs:preview": "vitepress preview"
|
"docs:preview": "vitepress preview"
|
||||||
}
|
},
|
||||||
|
"type": "module"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user