mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-22 22:27:38 +08:00
14 lines
360 B
TypeScript
14 lines
360 B
TypeScript
import {defineConfig} from 'vitepress'
|
|
|
|
export const en = defineConfig({
|
|
|
|
lang: "en-US",
|
|
description: "A library made for Minecraft particle generation",
|
|
themeConfig: {
|
|
nav: [
|
|
{text: 'Get Start', link: '/guide'},
|
|
{text: 'API Document', link: '/api/'},
|
|
{text: 'Demo', link: '/demo/'},
|
|
],
|
|
},
|
|
}) |