2024-08-28 22:07:43 +08:00
|
|
|
import {defineConfig} from 'vitepress'
|
|
|
|
|
|
|
|
export const zht = defineConfig({
|
|
|
|
|
|
|
|
lang: "zh-Hant",
|
|
|
|
description: "一個用於Minecraft粒子計算和生成的軟體庫",
|
|
|
|
themeConfig: {
|
|
|
|
nav: [
|
2024-08-29 19:00:01 +08:00
|
|
|
{text: '指引', link: '/zht/guide/'},
|
|
|
|
{text: 'API文檔', link: '/zht/api/'},
|
|
|
|
{text: '示範', link: '/zht/demo/'},
|
2024-08-28 22:07:43 +08:00
|
|
|
],
|
2024-08-29 19:00:01 +08:00
|
|
|
footer: {
|
|
|
|
message: '文檔由 <a href="https://vitepress.dev/">VitePress</a> 構建 | API引用由 <a href="https://github.com/LiteyukiStudio/litedoc">litedoc</a> 生成',
|
|
|
|
copyright: 'Copyright (C) 2020-2024 SnowyKami. All Rights Reserved'
|
|
|
|
}
|
2024-08-28 22:07:43 +08:00
|
|
|
},
|
|
|
|
})
|