mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-26 04:20:28 +08:00
📝 add cross plugin guide
This commit is contained in:
parent
07b72f87d7
commit
f214c0b2cb
@ -118,7 +118,13 @@ module.exports = context => ({
|
|||||||
title: "进阶",
|
title: "进阶",
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
sidebar: "auto",
|
sidebar: "auto",
|
||||||
children: ["", "scheduler", "permission", "runtime-hook"]
|
children: [
|
||||||
|
"",
|
||||||
|
"scheduler",
|
||||||
|
"permission",
|
||||||
|
"runtime-hook",
|
||||||
|
"export-and-require"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"/api/": [
|
"/api/": [
|
||||||
|
1
docs/advanced/export-and-require.md
Normal file
1
docs/advanced/export-and-require.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# 跨插件访问
|
Loading…
x
Reference in New Issue
Block a user