mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 07:06:56 +08:00
📝 add plugin publish guide
This commit is contained in:
parent
47d1fab4bd
commit
39d96d9667
@ -125,6 +125,14 @@ module.exports = context => ({
|
|||||||
"runtime-hook",
|
"runtime-hook",
|
||||||
"export-and-require"
|
"export-and-require"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "发布",
|
||||||
|
collapsable: false,
|
||||||
|
sidebar: "auto",
|
||||||
|
children: [
|
||||||
|
"publish-plugin"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"/api/": [
|
"/api/": [
|
||||||
|
1
docs/advanced/publish-plugin.md
Normal file
1
docs/advanced/publish-plugin.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# 发布插件
|
Loading…
Reference in New Issue
Block a user