mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-08-01 18:50:00 +00:00
🔀 Merge pull request #81
This commit is contained in:
@ -118,7 +118,21 @@ module.exports = context => ({
|
||||
title: "进阶",
|
||||
collapsable: false,
|
||||
sidebar: "auto",
|
||||
children: ["", "scheduler", "permission", "runtime-hook"]
|
||||
children: [
|
||||
"",
|
||||
"scheduler",
|
||||
"permission",
|
||||
"runtime-hook",
|
||||
"export-and-require"
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "发布",
|
||||
collapsable: false,
|
||||
sidebar: "auto",
|
||||
children: [
|
||||
"publish-plugin"
|
||||
]
|
||||
}
|
||||
],
|
||||
"/api/": [
|
||||
|
Reference in New Issue
Block a user