Skip to content

Commit df6f4c0

Browse files
author
Laegel
committed
chore: Added Discord link in 'Community' (credit @thadguidry)
1 parent 0f725e4 commit df6f4c0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docusaurus.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const t = require(`./translations/${language}.json`)
1111
const version = fs.readFileSync('./version.txt', 'utf-8').trim()
1212

1313
const repoUrl = 'https://github.com/tauri-apps/tauri'
14+
const discordURL = 'https://discord.com/invite/tauri'
1415

1516
const siteConfig = {
1617
title: 'Tauri Studio',
@@ -66,6 +67,10 @@ const siteConfig = {
6667
label: t.navbar.showcase,
6768
to: 'showcase',
6869
},
70+
{
71+
label: 'Discord',
72+
to: discordURL,
73+
},
6974
],
7075
},
7176
{
@@ -106,7 +111,7 @@ const siteConfig = {
106111
},
107112
{
108113
label: 'Discord',
109-
href: 'https://discord.gg/SpmNs4S',
114+
href: discordURL,
110115
},
111116
{
112117
label: 'Twitter',

0 commit comments

Comments
 (0)