mbcp/docs/.vitepress/config/zh.ts

14 lines
365 B
TypeScript
Raw Normal View History

2024-08-28 11:56:19 +08:00
import {defineConfig} from 'vitepress'
2024-08-28 11:38:46 +08:00
export const zh = defineConfig({
2024-08-28 11:38:46 +08:00
lang: "zh-Hans",
description: "一个用于Minecraft粒子计算和生成的库",
themeConfig: {
2024-08-28 12:02:30 +08:00
nav: [
{text: '快速开始', link: '/guide/'},
2024-08-28 12:02:30 +08:00
{text: 'API文档', link: '/api/'},
{text: '实例', link: '/demo/'},
],
2024-08-28 11:38:46 +08:00
},
})