Skip to content

Commit 0eb010c

Browse files
authored
docs: add Zeabur platform deployment documentation link (#481)
添加 Zeabur 平台的部署文档链接。 https://zeabur.com/docs/zh-CN/marketplace/halo ```release-note None ```
1 parent 3b51bea commit 0eb010c

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

sidebars.js

+11-5
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,13 @@ module.exports = {
4949
items: [
5050
"getting-started/install/cloud/alibaba-cloud-market",
5151
"getting-started/install/cloud/tencent-cloud-lighthouse",
52-
"getting-started/install/cloud/alibaba-cloud-computenest"
52+
"getting-started/install/cloud/alibaba-cloud-computenest",
53+
{
54+
type: "link",
55+
label: "Zeabur 一键部署",
56+
href: "https://zeabur.com/docs/zh-CN/marketplace/halo",
57+
description: "在 Zeabur 一键部署 Halo 服务"
58+
},
5359
],
5460
},
5561
{
@@ -285,9 +291,9 @@ module.exports = {
285291
"developer-guide/plugin/extension-points/ui/post-list-item-field-create",
286292
"developer-guide/plugin/extension-points/ui/user-detail-tabs-create",
287293
"developer-guide/plugin/extension-points/ui/uc-user-profile-tabs-create",
288-
]
294+
],
289295
},
290-
]
296+
],
291297
},
292298
{
293299
type: "category",
@@ -300,7 +306,7 @@ module.exports = {
300306
"developer-guide/plugin/interaction/dependency",
301307
"developer-guide/plugin/interaction/shared-events",
302308
"developer-guide/plugin/interaction/making-plugin-extensible",
303-
]
309+
],
304310
},
305311
{
306312
type: "category",
@@ -313,7 +319,7 @@ module.exports = {
313319
"developer-guide/plugin/security/rbac",
314320
"developer-guide/plugin/security/role-template",
315321
"developer-guide/plugin/security/ui-permission",
316-
]
322+
],
317323
},
318324
{
319325
type: "category",

versioned_sidebars/version-2.20-sidebars.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@
3434
"items": [
3535
"getting-started/install/cloud/alibaba-cloud-market",
3636
"getting-started/install/cloud/tencent-cloud-lighthouse",
37-
"getting-started/install/cloud/alibaba-cloud-computenest"
37+
"getting-started/install/cloud/alibaba-cloud-computenest",
38+
{
39+
"type": "link",
40+
"label": "Zeabur 一键部署",
41+
"href": "https://zeabur.com/docs/zh-CN/marketplace/halo",
42+
"description": "在 Zeabur 一键部署 Halo 服务"
43+
}
3844
]
3945
},
4046
{

0 commit comments

Comments
 (0)