VuePress侧边栏写法
module.exports = {
title: '标题',
description: '描述',
themeConfig: {
sidebar: [
{
title: '分组1',
collapsable: false,
sidebarDepth: 1,
children: ['/hykq/', '/hykq/test1'],
},
]
}
}

浙公网安备 33010602011771号