Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add Zeabur platform deployment documentation link #481

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading