Files
Snap.Hutao.Docs/docs/.vuepress/sidebar/zh.ts
2023-02-05 22:31:43 -08:00

41 lines
845 B
TypeScript

import { sidebar } from "vuepress-theme-hope";
export const zhSidebar = sidebar({
"/": [
"",
{
icon: "workingDirectory",
text: "项目介绍",
link: "project.md"
},
{
icon: "network",
text: "国际化支持",
link: "i18n.md"
},
{
icon: "play",
text: "快速开始",
link: "quick-start.md"
},
{
icon: "read",
text: "功能指南",
prefix: "features/",
children: "structure"
},
{
icon: "ask",
text: "常见问题",
prefix: "FAQ/",
children: "structure"
},
{
icon: "article",
text: "声明和公告",
prefix: "statements/",
children: "structure"
}
],
});