Skip to content

Commit cf8cd12

Browse files
authored
Merge pull request #647 from moreal/docs-discord
Remove Discord server navigation from documentation
2 parents 2d41835 + a1adef9 commit cf8cd12

6 files changed

Lines changed: 6 additions & 19 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,6 @@ export default withMermaid(defineConfig({
166166
link: "https://matrix.to/#/#fedify:matrix.org",
167167
ariaLabel: "Matrix",
168168
},
169-
{
170-
icon: "discord",
171-
link: "https://discord.gg/bhtwpzURwd",
172-
ariaLabel: "Discord",
173-
},
174169
{
175170
icon: {
176171
svg:

docs/intro.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resources:
3131
- [Examples]
3232

3333
If you have any questions, suggestions, or feedback, please feel free to
34-
join our [Matrix chat space] or [Discord server] or [GitHub Discussions].
34+
join our [Matrix chat space] or [GitHub Discussions].
3535

3636
[^1]: You may already know some of the networks in the fediverse, such as
3737
[Mastodon], [Lemmy], [Pixelfed], [PeerTube], and so on.
@@ -49,7 +49,6 @@ join our [Matrix chat space] or [Discord server] or [GitHub Discussions].
4949
[API reference]: https://jsr.io/@fedify/fedify
5050
[Examples]: https://github.com/fedify-dev/fedify/tree/main/examples
5151
[Matrix chat space]: https://matrix.to/#/#fedify:matrix.org
52-
[Discord server]: https://discord.gg/bhtwpzURwd
5352
[GitHub Discussions]: https://github.com/fedify-dev/fedify/discussions
5453

5554
[Mastodon]: https://joinmastodon.org/

docs/manual/vocab.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ unconditionally if any of the following conditions are met:
675675
- The type or property is already adopted and used by widely-used
676676
implementations in the fediverse such as Mastodon, Pleroma, etc.
677677
- The type or property has been sufficiently discussed in the Fedify
678-
community ([Discord], [Matrix], [GitHub Discussions], etc.)
678+
community ([Matrix], [GitHub Discussions], etc.)
679679

680680
If you want to contribute to Fedify's vocabulary API, the process is
681681
straightforward. The _\*.yaml_ files located in the *packages/vocab/src/*
@@ -689,6 +689,5 @@ refer to the [*Contributing guide*](../contribute.md) and the existing YAML
689689
files in the *packages/vocab/src/* directory for examples.
690690

691691
[FEP]: https://w3id.org/fep/
692-
[Discord]: https://discord.gg/bhtwpzURwd
693692
[Matrix]: https://matrix.to/#/#fedify:matrix.org
694693
[GitHub Discussions]: https://github.com/fedify-dev/fedify/discussions

docs/tutorial/basics.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,12 +1362,10 @@ a federated server, and you can explore them by reading
13621362
the [manual](../manual/federation.md) and the [API reference].
13631363
13641364
If you have any questions or feedback, feel free to ask in
1365-
the [Fedify community] on Matrix or the [Discord server] or
1366-
the [GitHub Discussions].
1365+
the [Fedify community] on Matrix or the [GitHub Discussions].
13671366
13681367
[API reference]: https://jsr.io/@fedify/fedify
13691368
[Fedify community]: https://matrix.to/#/#fedify:matrix.org
1370-
[Discord server]: https://discord.gg/bhtwpzURwd
13711369
[GitHub Discussions]: https://github.com/fedify-dev/fedify/discussions
13721370
13731371

docs/tutorial/microblog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ an ActivityPub server framework. This tutorial will focus more on how to
1919
use Fedify rather than understanding its underlying operating principles.
2020

2121
If you have any questions, suggestions, or feedback, please feel free to join
22-
our [Matrix chat space] or [Discord server] or [GitHub Discussions].
22+
our [Matrix chat space] or [GitHub Discussions].
2323

2424
[한국어]: https://hackers.pub/@hongminhee/2025/fedify-tutorial-ko
2525
[日本語]: https://zenn.dev/hongminhee/books/4a38b6358a027b
@@ -28,7 +28,6 @@ our [Matrix chat space] or [Discord server] or [GitHub Discussions].
2828
[Misskey]: https://misskey-hub.net/
2929
[Fedify]: https://fedify.dev/
3030
[Matrix chat space]: https://matrix.to/#/#fedify:matrix.org
31-
[Discord server]: https://discord.gg/bhtwpzURwd
3231
[GitHub Discussions]: https://github.com/fedify-dev/fedify/discussions
3332

3433

packages/fedify/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
[![npm][npm badge]][npm]
88
[![GitHub Actions][GitHub Actions badge]][GitHub Actions]
99
[![Matrix][Matrix badge]][Matrix]
10-
[![Discord][Discord badge]][Discord]
1110
[![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
1211

1312
> [!NOTE]
@@ -44,8 +43,8 @@ resources:
4443
- [Examples]
4544

4645
If you have any questions, suggestions, or feedback, please feel free to
47-
join our [Matrix chat space][Matrix] or [Discord server][Discord] or
48-
[GitHub Discussions]. Or tag [#Fedify] in the fediverse!
46+
join our [Matrix chat space][Matrix] or [GitHub Discussions]. Or tag [#Fedify]
47+
in the fediverse!
4948

5049
[^1]: You may already know some of the networks in the fediverse, such as
5150
[Mastodon], [Lemmy], [Pixelfed], [PeerTube], and so on.
@@ -58,8 +57,6 @@ join our [Matrix chat space][Matrix] or [Discord server][Discord] or
5857
[GitHub Actions]: https://github.com/fedify-dev/fedify/actions/workflows/build.yaml
5958
[Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org?logo=matrix
6059
[Matrix]: https://matrix.to/#/#fedify:matrix.org
61-
[Discord badge]: https://img.shields.io/discord/1295652627505217647?logo=discord&cacheSeconds=60
62-
[Discord]: https://discord.gg/bhtwpzURwd
6360
[@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
6461
[@fedify@hollo.social]: https://hollo.social/@fedify
6562
[Fedify Demo]: https://dash.deno.com/playground/fedify-demo

0 commit comments

Comments
 (0)