Skip to content

Commit af66c70

Browse files
committed
Add link to Discord server
For Rust users (who are likely the main audience for this page), pointing them to the Zulip server isn't helpful because it's only for development of Rust itself. Therefore I added a link to the Discord "server" (note, Discord uses the term "server" in a stupid way; it's like a Slack workspace). This is not an official Rust project but it's likely what most users are looking for so adding it here is a pragmatic and useful choice. I described it as "unofficial". This link is especially helpful because there are two Rust Discover servers, but one of them is defunct (in a way that is annoying to discover). Unfortunately it still tops Google results sometimes depending on what you search for. Finally, I think the layout could probably be cleaned up by having it split in two: * For users: [User Forum], [Discord] * For Rust language developers: [Internals Forum] [Zulip] [Teams] But that's a bigger change and I haven't done it here.
1 parent 1c9b582 commit af66c70

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

locales/en-US/common.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ why-rust = Why Rust?
99
production-use = Production use
1010
learn-more = Learn More
1111
zulip = Zulip
12+
discord = Discord
1213
mastodon = Mastodon
1314
bluesky = Bluesky
1415

locales/en-US/community.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ community-irlo = The Rust Internals Forum is a place for discussion about the
2828
as well as the design of the language and the standard library.
2929
3030
community-chat-header = Chat platforms
31-
community-chat = Development of Rust, and general chatter happens on several chat platforms. Check out general channels and more on the Rust Zulip server, or check out the teams page to find where specific teams meet.
31+
community-chat = Rust users can chat or get help on the unofficial Discord server. Development of Rust itself happens on the Rust Zulip server, or check out the teams page to find where specific teams meet.
3232
3333
community-teams-learn = Learn more about teams
3434

templates/community/index.html.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151

5252
{{!-- TODO: remove padding and margin once global declarations are gone --}}
5353
<ul class="list pa0 ma0 dn-l">
54+
<li class="mb3">
55+
<a href="https://discord.com/invite/rust-lang-community" class="button button-secondary">{{fluent "discord"}}</a>
56+
</li>
5457
<li class="mb3">
5558
<a href="https://rust-lang.zulipchat.com" class="button button-secondary">{{fluent "zulip"}}</a>
5659
</li>

0 commit comments

Comments
 (0)