update docs

This commit is contained in:
crazywhalecc
2023-03-29 21:32:03 +08:00
committed by Jerry
parent 5ac92ae210
commit 8488b91ecb
3 changed files with 81 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ module.exports = {
{ text: '指南', link: '/guide/' },
{ text: '事件', link: '/event/' },
{ text: '组件', link: '/components/bot/bot-context' },
{ text: '插件', link: '/plugins/management' },
{ text: '进阶', link: '/advanced/' },
{ text: '更新日志', link: '/update/v3' },
{ text: 'API 文档', link: '/doxy/', target: '_blank' },
@@ -120,6 +121,17 @@ module.exports = {
],
}
],
'/plugins/': [
{
title: '插件系统',
collapsable: false,
sidebarDepth: 2,
children: [
'management',
'develop',
]
}
],
'/advanced/': [
{
title: '进阶',