📝 测试文档部署

This commit is contained in:
远野千束 2024-08-28 11:56:19 +08:00
parent dfdce1fd6f
commit 6040082eb1
4 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
import {defineConfig, type DefaultTheme} from 'vitepress'
import {defineConfig} from 'vitepress'
export const common = defineConfig({
title: "MBCP docs",

View File

@ -1,4 +1,4 @@
import {defineConfig, type DefaultTheme} from 'vitepress'
import {defineConfig} from 'vitepress'
export const en = defineConfig({

View File

@ -1,4 +1,4 @@
import {defineConfig, type DefaultTheme} from 'vitepress'
import {defineConfig} from 'vitepress'
export const zh = defineConfig({

View File

@ -6,5 +6,6 @@
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
}
},
"type": "module"
}