update docs

This commit is contained in:
crazywhalecc
2023-01-05 16:12:24 +08:00
parent b4af6df772
commit a95a9cc3b6
8 changed files with 371 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ module.exports = {
nav: [
{ text: '指南', link: '/guide/' },
{ text: '事件', link: '/event/' },
{ text: '组件', link: '/components/bot/bot-context' },
{ text: 'API 文档', link: '/doxy/', target: '_blank' },
{ text: '炸毛框架 v2', link: 'https://docs-v2.zhamao.xin/' }
],
@@ -59,6 +60,17 @@ module.exports = {
'extend',
]
}
],
'/components/': [
{
title: '组件',
collapsable: false,
sidebarDepth: 2,
children: [
'bot/bot-context',
'bot/message-segment',
]
}
]
}
}