mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-19 08:43:55 +00: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:
45
sidebars.js
45
sidebars.js
@@ -97,7 +97,50 @@ module.exports = {
|
||||
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