mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
22 lines
362 B
TypeScript
22 lines
362 B
TypeScript
import { sidebar } from "vuepress-theme-hope";
|
|
|
|
export const enSidebar = sidebar({
|
|
"/en/": [
|
|
"",
|
|
{
|
|
icon: "discover",
|
|
text: "Demo",
|
|
prefix: "demo/",
|
|
link: "demo/",
|
|
children: "structure",
|
|
},
|
|
{
|
|
text: "Docs",
|
|
icon: "note",
|
|
prefix: "guide/",
|
|
children: "structure",
|
|
},
|
|
"slides",
|
|
],
|
|
});
|