mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
29 lines
507 B
TypeScript
29 lines
507 B
TypeScript
import { sidebar } from "vuepress-theme-hope";
|
|
|
|
export const enSidebar = sidebar({
|
|
"/en/": [
|
|
"",
|
|
"project",
|
|
"i18n",
|
|
"quick-start",
|
|
{
|
|
icon: "read",
|
|
text: "Features",
|
|
prefix: "features/",
|
|
children: "structure",
|
|
},
|
|
{
|
|
icon: "advance",
|
|
text: "Advanced",
|
|
prefix: "advanced/",
|
|
children: "structure",
|
|
},
|
|
{
|
|
icon: "article",
|
|
text: "Statements",
|
|
prefix: "statements/",
|
|
children: "structure",
|
|
},
|
|
],
|
|
});
|