We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f725e4 commit df6f4c0Copy full SHA for df6f4c0
docusaurus.config.js
@@ -11,6 +11,7 @@ const t = require(`./translations/${language}.json`)
11
const version = fs.readFileSync('./version.txt', 'utf-8').trim()
12
13
const repoUrl = 'https://github.com/tauri-apps/tauri'
14
+const discordURL = 'https://discord.com/invite/tauri'
15
16
const siteConfig = {
17
title: 'Tauri Studio',
@@ -66,6 +67,10 @@ const siteConfig = {
66
67
label: t.navbar.showcase,
68
to: 'showcase',
69
},
70
+ {
71
+ label: 'Discord',
72
+ to: discordURL,
73
+ },
74
],
75
76
{
@@ -106,7 +111,7 @@ const siteConfig = {
106
111
107
112
108
113
label: 'Discord',
109
- href: 'https://discord.gg/SpmNs4S',
114
+ href: discordURL,
110
115
116
117
label: 'Twitter',
0 commit comments