VuePress侧边栏写法

module.exports = {
    title: '标题',
    description: '描述',
    themeConfig: {
        sidebar: [
            {
                title: '分组1',
                collapsable: false,
                sidebarDepth: 1,
                children: ['/hykq/', '/hykq/test1'],
            },
        ]
    }
}
posted @ 2022-12-06 15:19  星落森河  阅读(196)  评论(0)    收藏  举报