mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
13 lines
201 B
TypeScript
13 lines
201 B
TypeScript
import { sidebar } from "vuepress-theme-hope";
|
|
|
|
export const enSidebar = sidebar({
|
|
"/en/": [
|
|
"",
|
|
{
|
|
icon: "play",
|
|
text: "快速开始",
|
|
link: "quick-start.md"
|
|
}
|
|
],
|
|
});
|