Skip to content

Commit

Permalink
docs: add Zeabur platform deployment documentation link (#481)
Browse files Browse the repository at this point in the history
添加 Zeabur 平台的部署文档链接。

https://zeabur.com/docs/zh-CN/marketplace/halo

```release-note
None
```
  • Loading branch information
ruibaby authored Dec 16, 2024
1 parent 3b51bea commit 0eb010c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
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 0eb010c

Please sign in to comment.