进行排序以提高可读性

This commit is contained in:
KunPeng
2022-11-11 19:38:37 +08:00
parent 8025b5633b
commit cf55a9ed3f

View File

@@ -17,19 +17,37 @@ export const zhSidebar = sidebar({
icon: "read", icon: "read",
text: "功能指南", text: "功能指南",
prefix: "features/", prefix: "features/",
children: "structure" children: [
"README" ,
"game-launcher" ,
"wish-export" ,
"daily-notes" ,
"achievements" ,
"character-data" ,
"hutao-API" ,
"character-wiki" ,
],
}, },
{ {
icon: "ask", icon: "ask",
text: "常见问题", text: "常见问题",
prefix: "FAQ/", prefix: "FAQ/",
children: "structure" children: [
"most-frequent-questions" ,
"mihoyo-risk-tip" ,
"artifact-rating-rules" ,
"Gacha-system-and-export-principal" ,
"HttpRequestException" ,
],
}, },
{ {
icon: "article", icon: "article",
text: "声明和公告", text: "声明和公告",
prefix: "statements/", prefix: "statements/",
children: "structure" children: [
"bug-report" ,
"privacy-statement" ,
],
} }
], ],
}); });