recipe/packages/create/template/docs/config/zh/sidebar.ts

26 lines
527 B
TypeScript
Raw Permalink Normal View History

2024-08-18 19:16:25 +08:00
import { sidebar } from "vuepress-theme-hope";
export default sidebar({
"/": [
"",
{
text: "案例",
icon: "laptop-code",
prefix: "demo/",
link: "demo/",
children: "structure",
},
{
text: "文檔",
icon: "book",
prefix: "guide/",
children: "structure",
},
{
text: "投影片",
icon: "person-chalkboard",
link: "https://plugin-md-enhance.vuejs.press/zh/guide/content/revealjs/demo.html",
},
],
});