mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-19 17:04:09 +00:00
docs: add Zeabur platform deployment documentation link (#481)
添加 Zeabur 平台的部署文档链接。 https://zeabur.com/docs/zh-CN/marketplace/halo ```release-note None ```
This commit is contained in:
16
sidebars.js
16
sidebars.js
@@ -49,7 +49,13 @@ module.exports = {
|
|||||||
items: [
|
items: [
|
||||||
"getting-started/install/cloud/alibaba-cloud-market",
|
"getting-started/install/cloud/alibaba-cloud-market",
|
||||||
"getting-started/install/cloud/tencent-cloud-lighthouse",
|
"getting-started/install/cloud/tencent-cloud-lighthouse",
|
||||||
"getting-started/install/cloud/alibaba-cloud-computenest"
|
"getting-started/install/cloud/alibaba-cloud-computenest",
|
||||||
|
{
|
||||||
|
type: "link",
|
||||||
|
label: "Zeabur 一键部署",
|
||||||
|
href: "https://zeabur.com/docs/zh-CN/marketplace/halo",
|
||||||
|
description: "在 Zeabur 一键部署 Halo 服务"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -285,9 +291,9 @@ module.exports = {
|
|||||||
"developer-guide/plugin/extension-points/ui/post-list-item-field-create",
|
"developer-guide/plugin/extension-points/ui/post-list-item-field-create",
|
||||||
"developer-guide/plugin/extension-points/ui/user-detail-tabs-create",
|
"developer-guide/plugin/extension-points/ui/user-detail-tabs-create",
|
||||||
"developer-guide/plugin/extension-points/ui/uc-user-profile-tabs-create",
|
"developer-guide/plugin/extension-points/ui/uc-user-profile-tabs-create",
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
@@ -300,7 +306,7 @@ module.exports = {
|
|||||||
"developer-guide/plugin/interaction/dependency",
|
"developer-guide/plugin/interaction/dependency",
|
||||||
"developer-guide/plugin/interaction/shared-events",
|
"developer-guide/plugin/interaction/shared-events",
|
||||||
"developer-guide/plugin/interaction/making-plugin-extensible",
|
"developer-guide/plugin/interaction/making-plugin-extensible",
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
@@ -313,7 +319,7 @@ module.exports = {
|
|||||||
"developer-guide/plugin/security/rbac",
|
"developer-guide/plugin/security/rbac",
|
||||||
"developer-guide/plugin/security/role-template",
|
"developer-guide/plugin/security/role-template",
|
||||||
"developer-guide/plugin/security/ui-permission",
|
"developer-guide/plugin/security/ui-permission",
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
|
@@ -34,7 +34,13 @@
|
|||||||
"items": [
|
"items": [
|
||||||
"getting-started/install/cloud/alibaba-cloud-market",
|
"getting-started/install/cloud/alibaba-cloud-market",
|
||||||
"getting-started/install/cloud/tencent-cloud-lighthouse",
|
"getting-started/install/cloud/tencent-cloud-lighthouse",
|
||||||
"getting-started/install/cloud/alibaba-cloud-computenest"
|
"getting-started/install/cloud/alibaba-cloud-computenest",
|
||||||
|
{
|
||||||
|
"type": "link",
|
||||||
|
"label": "Zeabur 一键部署",
|
||||||
|
"href": "https://zeabur.com/docs/zh-CN/marketplace/halo",
|
||||||
|
"description": "在 Zeabur 一键部署 Halo 服务"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user