📝 test autogen docs

This commit is contained in:
yanyongyu 2022-01-15 23:53:36 +08:00
parent cc1dc10b5d
commit 9b6d8b6efa
3 changed files with 9 additions and 2 deletions

View File

@ -3,7 +3,7 @@
为方便使用`nonebot` 模块从子模块导入了部分内容
- `on_message` => `nonebot.plugin.on_message`
- `on_message` => {ref}`nonebot.plugin.on.on_message`
- `on_notice` => `nonebot.plugin.on_notice`
- `on_request` => `nonebot.plugin.on_request`
- `on_metaevent` => `nonebot.plugin.on_metaevent`
@ -26,6 +26,10 @@
- `get_loaded_plugins` => `nonebot.plugin.get_loaded_plugins`
- `export` => `nonebot.plugin.export`
- `require` => `nonebot.plugin.require`
FrontMatter:
sidebar_position: 0
description: nonebot 模块
"""
import importlib

2
poetry.lock generated
View File

@ -561,7 +561,7 @@ six = ">=1.6.1"
type = "git"
url = "https://github.com/nonebot/nb-autodoc.git"
reference = "master"
resolved_reference = "58508bce0cb4a49929aefe1070f7433b459d9ce8"
resolved_reference = "a24c11421e98eb1ef983236dc869031a710043b2"
[[package]]
name = "nodeenv"

View File

@ -0,0 +1,3 @@
{
"position": 20
}