update structure

This commit is contained in:
Masterain
2022-09-28 20:06:36 -07:00
parent 72f880ac4f
commit 5a4e8921b2
5 changed files with 12 additions and 27 deletions

View File

@@ -3,6 +3,11 @@ import { sidebar } from "vuepress-theme-hope";
export const zhSidebar = sidebar({
"/": [
"",
{
icon: "workingDirectory",
text: "项目介绍",
link: "project.md"
},
{
icon: "play",
text: "快速开始",
@@ -11,20 +16,19 @@ export const zhSidebar = sidebar({
{
icon: "read",
text: "功能指南",
prefix: "/features/",
prefix: "features/",
children: "structure"
},
{
icon: "ask",
text: "常见问题",
prefix: "/FAQ/",
//children: ["most-frequent-questions.md", "Gacha-system-and-export-principal.md"]
prefix: "FAQ/",
children: "structure"
},
{
icon: "article",
text: "声明和公告",
prefix: "/statements/",
prefix: "statements/",
children: "structure"
}
],