From 09d29e43ce7cdcaf5e8ef165f585980da00fc8b4 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 20 Oct 2024 18:36:19 +0000 Subject: [PATCH] docs: Add link to discord to navbar --- docs/docusaurus.config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index ebc39a9c..ed6bb19b 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -82,6 +82,11 @@ const config: Config = { label: 'GitHub', position: 'right', }, + { + href: 'https://discord.gg/NrgeYywsFh', + label: 'Discord', + position: 'right', + }, ], }, footer: {