docs: add Rainbond button (#496)

Co-authored-by: songyg <songyg@goodrain.com>
This commit is contained in:
songyg
2025-05-16 11:07:15 +08:00
committed by GitHub
parent 0a7cdc5171
commit 2a04a7eced
2 changed files with 12 additions and 0 deletions

View File

@@ -56,6 +56,12 @@ module.exports = {
href: "https://zeabur.com/docs/zh-CN/marketplace/halo",
description: "在 Zeabur 一键部署 Halo 服务"
},
{
type: "link",
label: "Rainbond 一键部署",
href: "https://hub.grapps.cn/marketplace/apps/1255",
description: "在 Rainbond 一键部署 Halo 服务"
},
],
},
{

View File

@@ -40,6 +40,12 @@
"label": "Zeabur 一键部署",
"href": "https://zeabur.com/docs/zh-CN/marketplace/halo",
"description": "在 Zeabur 一键部署 Halo 服务"
},
{
"type": "link",
"label": "Rainbond 一键部署",
"href": "https://hub.grapps.cn/marketplace/apps/1255",
"description": "在 Rainbond 一键部署 Halo 服务"
}
]
},