mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-19 00:38:24 +00:00
docs: add plugin dependencies docs (#467)
### What this PR does? 新增插件依赖开发文档 ```release-note None ```
This commit is contained in:
11
sidebars.js
11
sidebars.js
@@ -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: "安全和权限管理",
|
||||
|
Reference in New Issue
Block a user