From a6021cf78f0576b1e4db9d368837bfd4dc25ac79 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 19 Mar 2026 11:58:25 -0700 Subject: [PATCH] docs: add Discord link to navbar --- docs/docs.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs.json b/docs/docs.json index b66c61a21bc..6c46e660152 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -43,6 +43,11 @@ "label": "Releases", "href": "https://github.com/openclaw/openclaw/releases", "icon": "package" + }, + { + "label": "Discord", + "href": "https://discord.com/invite/clawd", + "icon": "discord" } ] },