📝 优化文档显示

This commit is contained in:
2024-08-29 19:00:01 +08:00
committed by snowykami
parent d027d4b862
commit c08a0c7fda
38 changed files with 490 additions and 273 deletions

View File

@@ -6,9 +6,13 @@ export const zht = defineConfig({
description: "一個用於Minecraft粒子計算和生成的軟體庫",
themeConfig: {
nav: [
{text: '指引', link: '/guide/'},
{text: 'API文檔', link: '/api/'},
{text: '示範', link: '/demo/'},
{text: '指引', link: '/zht/guide/'},
{text: 'API文檔', link: '/zht/api/'},
{text: '示範', link: '/zht/demo/'},
],
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'
}
},
})