📝 Update docs

This commit is contained in:
yanyongyu
2020-10-11 13:17:40 +08:00
parent b4e0034876
commit a68ba09910
32 changed files with 1134 additions and 70 deletions

View File

@ -124,6 +124,14 @@ module.exports = context => ({
title: "nonebot.exception 模块",
path: "exception"
},
{
title: "nonebot.drivers 模块",
path: "drivers/"
},
{
title: "nonebot.drivers.fastapi 模块",
path: "drivers/fastapi"
},
{
title: "nonebot.adapters 模块",
path: "adapters/"

View File

@ -1,3 +1,3 @@
[
"2.0.0a2"
"2.0.0a3"
]