Add advanced skeleton

This commit is contained in:
Richard Chien 2018-08-22 13:27:27 +08:00
parent 44d19e2f74
commit 7b92502d42
11 changed files with 19 additions and 1 deletions

View File

@ -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',
]
}
],

View File

@ -0,0 +1 @@
# `argparse` 模块

View File

@ -0,0 +1 @@
# 配置

View File

@ -0,0 +1 @@
# `on_*` 装饰器

View File

@ -0,0 +1 @@
# 部署

View File

@ -0,0 +1 @@
# 大型应用的最佳实践

1
docs/advanced/logging.md Normal file
View File

@ -0,0 +1 @@
# 日志

1
docs/advanced/message.md Normal file
View File

@ -0,0 +1 @@
# 消息处理

View File

@ -0,0 +1 @@
# 权限控制

1
docs/advanced/session.md Normal file
View File

@ -0,0 +1 @@
# 会话