From 2a04a7ecedfebf7cf01043c1f465def42e9aaf5e Mon Sep 17 00:00:00 2001 From: songyg <94501396+RainBondsongyg@users.noreply.github.com> Date: Fri, 16 May 2025 11:07:15 +0800 Subject: [PATCH] docs: add Rainbond button (#496) Co-authored-by: songyg --- sidebars.js | 6 ++++++ versioned_sidebars/version-2.20-sidebars.json | 6 ++++++ 2 files changed, 12 insertions(+) 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 服务" } ] },