2023-03-15 18:59:04 +08:00

20 lines
432 B
TypeScript

import {sidebar} from "vuepress-theme-hope";
export const zhSidebar = sidebar({
"/mapstruct/": 'structure',
"/release": 'structure',
"/": [
{
text: '介绍',
prefix: 'introduction/',
link: 'introduction/',
children: 'structure'
},
{
text: "指南",
prefix: "guide/",
children: "structure",
}
],
});