29 lines
517 B
TypeScript

import { sidebar } from "vuepress-theme-hope";
export default sidebar({
"/": [
"",
{
text: "拓展",
icon: "laptop-code",
prefix: "expansion/",
link: "expansion/",
children: "structure",
},
{
text: "译文",
icon: "laptop-code",
prefix: "enhance/",
link: "enhance/",
children: "structure",
},
{
text: "原文",
icon: "book",
prefix: "origin/",
link: "origin/",
children: "structure",
},
],
});