📝(layer): 重构文档

This commit is contained in:
就眠儀式
2022-06-27 17:04:24 +08:00
parent 4a52df1f28
commit 34e352b25c
13 changed files with 478 additions and 495 deletions

View File

@@ -10,11 +10,20 @@ const zhCN = [
{
path: "/zh-CN/index",
component: () => import("../document/zh-CN/index.md"),
meta: { title: "指南" },
meta: { title: "入门" },
},
{
path: "/zh-CN/demo",
component: () => import("../document/zh-CN/demo.md"),
meta: { title: "示例" },
},
{
path: "/zh-CN/help",
component: () => import("../document/zh-CN/help.md"),
meta: { title: "帮助" },
},
],
},
];
export default zhCN;
export default zhCN;