update some docs

This commit is contained in:
crazywhalecc
2023-01-06 16:09:15 +08:00
parent c634968020
commit 52e545d8b0
4 changed files with 108 additions and 4 deletions

View File

@@ -64,11 +64,12 @@ module.exports = {
'/components/': [
{
title: '组件',
collapsable: false,
collapsable: true,
sidebarDepth: 2,
children: [
'bot/bot-context',
'bot/message-segment',
'common/class-alias',
]
}
]