update docs, and some related comments and generated codes

This commit is contained in:
Jerry
2023-01-30 15:23:11 +08:00
parent ea17b0293c
commit ebb27a5852
17 changed files with 422 additions and 44 deletions

View File

@@ -28,6 +28,7 @@ module.exports = {
{ text: '指南', link: '/guide/' },
{ text: '事件', link: '/event/' },
{ text: '组件', link: '/components/bot/bot-context' },
{ text: '进阶', link: '/advanced/' },
{ text: '更新日志', link: '/update/v3' },
{ text: 'API 文档', link: '/doxy/', target: '_blank' },
{ text: '炸毛框架 v2', link: 'https://docs-v2.zhamao.xin/' }
@@ -43,7 +44,7 @@ module.exports = {
'installation',
'configuration',
'structure',
'get_started',
'get-started',
'debugging',
]
}
@@ -91,6 +92,7 @@ module.exports = {
'common/class-alias',
'common/global-defines',
'common/logging',
'common/hot-update',
]
},
{
@@ -104,6 +106,18 @@ module.exports = {
]
}
],
'/advanced/': [
{
title: '进阶',
collapsable: false,
sidebarDepth: 1,
children: [
'',
'multi-process',
'custom-start',
]
}
],
'/update/': [
{
title: '更新日志',