mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
📝 test autogen docs
This commit is contained in:
parent
cc1dc10b5d
commit
9b6d8b6efa
@ -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
2
poetry.lock
generated
@ -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"
|
||||
|
3
website/docs/api/plugin/_category_.json
Normal file
3
website/docs/api/plugin/_category_.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"position": 20
|
||||
}
|
Loading…
Reference in New Issue
Block a user