docs: add plugin dependencies docs (#467)

### What this PR does?
新增插件依赖开发文档

```release-note
None
```
This commit is contained in:
guqing
2024-11-12 17:08:00 +08:00
committed by GitHub
parent 86b9b26d38
commit c40c587bf2
6 changed files with 670 additions and 4 deletions

View File

@@ -289,6 +289,17 @@ module.exports = {
},
]
},
{
type: "category",
label: "与其他插件交互",
link: {
type: "doc",
id: "developer-guide/plugin/interaction/dependency",
},
items: [
"developer-guide/plugin/interaction/dependency",
]
},
{
type: "category",
label: "安全和权限管理",