diff options
author | Giteabot <teabot@gitea.io> | 2023-08-25 13:55:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-25 01:55:53 -0400 |
commit | e6173acac948dd46b3552cc08b40fd298bfc668f (patch) | |
tree | 7558e839a79e55fb0edd1527c0a7b07f46bd6564 | |
parent | 4af872178ebd53ac391939908afa7d95ac311b65 (diff) | |
download | gitea-e6173acac948dd46b3552cc08b40fd298bfc668f.tar.gz gitea-e6173acac948dd46b3552cc08b40fd298bfc668f.zip |
Add matrix to support (#26382) (#26722)
Backport #26382 by @jolheiser
This PR adds our matrix space to the support options and alphabetizes
the list.
I also considered adding our Mastodon, however that isn't as suitable as
the other options because it's just whoever has access to the account vs
a community chat/forum.
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
-rw-r--r-- | docs/content/help/support.en-us.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/help/support.en-us.md b/docs/content/help/support.en-us.md index 144072299a..24afe67bb8 100644 --- a/docs/content/help/support.en-us.md +++ b/docs/content/help/support.en-us.md @@ -20,6 +20,8 @@ menu: - [Paid Commercial Support](https://about.gitea.com/) - [Discord](https://discord.gg/Gitea) - [Discourse Forum](https://discourse.gitea.io/) +- [Matrix](https://matrix.to/#/#gitea-space:matrix.org) + - NOTE: Most of the Matrix channels are bridged with their counterpart in Discord and may experience some degree of flakiness with the bridge process. **NOTE:** When asking for support, it may be a good idea to have the following available so that the person helping has all the info they need: |