1
0
forked from bot/app

docs: vuepress构建文档

This commit is contained in:
2024-03-28 08:31:18 +08:00
parent 1bbd1dd234
commit a8f6a25369
42 changed files with 1 additions and 3997 deletions

View File

@ -1,25 +0,0 @@
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",
},
],
});