Skip to content

Commit

Permalink
docs: add Zeabur platform deployment documentation link
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Dec 9, 2024
1 parent ccde5aa commit c232f2d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@
},
"engines": {
"node": ">=18.0"
}
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}
16 changes: 11 additions & 5 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ module.exports = {
items: [
"getting-started/install/cloud/alibaba-cloud-market",
"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 服务"
},
],
},
{
Expand Down Expand Up @@ -285,9 +291,9 @@ module.exports = {
"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/uc-user-profile-tabs-create",
]
],
},
]
],
},
{
type: "category",
Expand All @@ -300,7 +306,7 @@ module.exports = {
"developer-guide/plugin/interaction/dependency",
"developer-guide/plugin/interaction/shared-events",
"developer-guide/plugin/interaction/making-plugin-extensible",
]
],
},
{
type: "category",
Expand All @@ -313,7 +319,7 @@ module.exports = {
"developer-guide/plugin/security/rbac",
"developer-guide/plugin/security/role-template",
"developer-guide/plugin/security/ui-permission",
]
],
},
{
type: "category",
Expand Down
8 changes: 7 additions & 1 deletion versioned_sidebars/version-2.20-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@
"items": [
"getting-started/install/cloud/alibaba-cloud-market",
"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 服务"
}
]
},
{
Expand Down

0 comments on commit c232f2d

Please sign in to comment.