module.exports = {
title: '标题',
description: '描述',
themeConfig: {
sidebar: [
{
title: '分组1',
collapsable: false,
sidebarDepth: 1,
children: ['/hykq/', '/hykq/test1'],
},
]
}
}
标签:test1,title,hykq,侧边,VuePress,写法
From: https://www.cnblogs.com/xlsh/p/16955389.html