create-vuepress-theme-hope
Version:
Create vuepress-theme-hope demo project helper
27 lines (25 loc) • 516 B
text/typescript
import { sidebar } from "vuepress-theme-hope";
export default sidebar({
"/": [
"",
{
text: "如何使用",
icon: "laptop-code",
prefix: "demo/",
link: "demo/",
children: "structure",
},
{
text: "文章",
icon: "book",
prefix: "posts/",
children: "structure",
},
"intro",
{
text: "幻灯片",
icon: "person-chalkboard",
link: "https://ecosystem.vuejs.press/zh/plugins/markdown/revealjs/demo.html",
},
],
});