From fd69606a678bcb80309c0952979cb5c6f2e468c1 Mon Sep 17 00:00:00 2001 From: GreenFlux Date: Mon, 24 Nov 2025 08:57:01 -0500 Subject: [PATCH] added Discord link to sidebar --- website/sidebars.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/sidebars.js b/website/sidebars.js index e018102efa..84a524f339 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -916,6 +916,11 @@ const sidebars = { 'product/security', 'product/telemetry', 'product/support', + { + type: 'link', + label: 'Discord', + href: 'https://discord.com/invite/rBTTVJp', + }, { type: 'link', label: 'Privacy Policy',