diff --git a/sidebars.js b/sidebars.js index e01c33f..7da5381 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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 服务" + }, ], }, { diff --git a/versioned_sidebars/version-2.20-sidebars.json b/versioned_sidebars/version-2.20-sidebars.json index 0430ffc..286667a 100644 --- a/versioned_sidebars/version-2.20-sidebars.json +++ b/versioned_sidebars/version-2.20-sidebars.json @@ -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 服务" } ] },