mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 08:11:38 +00:00
Add advanced skeleton
This commit is contained in:
@ -28,7 +28,7 @@ module.exports = {
|
||||
'installation',
|
||||
'getting-started',
|
||||
'whats-happened',
|
||||
'basic-configurations',
|
||||
'basic-configuration',
|
||||
'writing-commands',
|
||||
'writing-nl-processors',
|
||||
'tuling',
|
||||
@ -43,6 +43,15 @@ module.exports = {
|
||||
collapsable: false,
|
||||
children: [
|
||||
'',
|
||||
'message',
|
||||
'session',
|
||||
'permission',
|
||||
'decorator',
|
||||
'logging',
|
||||
'configuration',
|
||||
'argparse',
|
||||
'larger-application',
|
||||
'deployment',
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user