mbcp/docs/.vitepress/config/ja.ts

22 lines
902 B
TypeScript
Raw Normal View History

import {defineConfig} from 'vitepress'
export const ja = defineConfig({
lang: "ja-JP",
description: "Minecraftのパーティクル生成用のライブラリ",
themeConfig: {
nav: [
2024-08-29 19:00:01 +08:00
{text: 'スタート', link: '/ja/guide/'},
2024-08-30 17:56:01 +08:00
{text: 'リファレンス', link: '/ja/refer'},
2024-08-29 19:00:01 +08:00
{text: 'APIドキュメント', link: '/ja/api/'},
{text: 'インスタンス', link: '/ja/demo/'},
],
2024-08-29 19:00:01 +08:00
footer: {
message: '<a href="https://vitepress.dev/">VitePress</a> で構築されたドキュメント | <a href="https://github.com/LiteyukiStudio/litedoc">litedoc</a> によって生成されたAPIリファレンス',
copyright: 'Copyright (C) 2020-2024 SnowyKami. All Rights Reserved'
2024-08-30 15:09:17 +08:00
},
outline: {
label: "このページについて",
level: [2, 6]
2024-08-29 19:00:01 +08:00
}
},
})