diff options
| author | Mohamed Bassem <me@mbassem.com> | 2024-10-20 18:36:19 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2024-10-20 18:36:19 +0000 |
| commit | 09d29e43ce7cdcaf5e8ef165f585980da00fc8b4 (patch) | |
| tree | 131946a16f1ed95954608a1e6f4a1bced247c54d /docs/docusaurus.config.ts | |
| parent | b476e91918706e2534916446889d5fa8da866f05 (diff) | |
| download | karakeep-09d29e43ce7cdcaf5e8ef165f585980da00fc8b4.tar.zst | |
docs: Add link to discord to navbar
Diffstat (limited to '')
| -rw-r--r-- | docs/docusaurus.config.ts | 5 |
1 files changed, 5 insertions, 0 deletions
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: { |
