mirror of
https://github.com/halo-dev/docs.git
synced 2026-05-07 01:01:45 +08:00
feat: add plugin development docs (#123)
### What this PR does? 添加插件开发文档 ### Which issue(s) this PR fixes Fixes #113 /area docs ```release-note None ```
This commit is contained in:
@@ -77,7 +77,50 @@
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
},
|
||||
"items": ["developer-guide/plugin/prepare"]
|
||||
"items": [
|
||||
"developer-guide/plugin/introduction",
|
||||
"developer-guide/plugin/prepare",
|
||||
"developer-guide/plugin/hello-world",
|
||||
"developer-guide/plugin/publish",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "基础",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "developer-guide/plugin/structure"
|
||||
},
|
||||
"items": [
|
||||
"developer-guide/plugin/structure",
|
||||
"developer-guide/plugin/runtime-mode",
|
||||
"developer-guide/plugin/lifecycle",
|
||||
"developer-guide/plugin/manifest",
|
||||
"developer-guide/plugin/object-management"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "示例",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "developer-guide/plugin/examples/todolist"
|
||||
},
|
||||
"items": ["developer-guide/plugin/examples/todolist"]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "API 参考",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "developer-guide/plugin/api-reference/extension"
|
||||
},
|
||||
"items": [
|
||||
"developer-guide/plugin/api-reference/extension",
|
||||
"developer-guide/plugin/api-reference/role-template",
|
||||
"developer-guide/plugin/api-reference/extension-client",
|
||||
"developer-guide/plugin/api-reference/reverseproxy"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
|
||||
Reference in New Issue
Block a user