mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
📝 add plugin publish guide
This commit is contained in:
parent
f214c0b2cb
commit
bdd7e9514a
@ -125,6 +125,14 @@ module.exports = context => ({
|
||||
"runtime-hook",
|
||||
"export-and-require"
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "发布",
|
||||
collapsable: false,
|
||||
sidebar: "auto",
|
||||
children: [
|
||||
"publish-plugin"
|
||||
]
|
||||
}
|
||||
],
|
||||
"/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