Skip to content

Remove Matrix from the website. #251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/_includes/partials/header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<div class="links">
<div class="social-links">
<a href="https://discord.gg/WMtwnF5Cbr" target="_blank"><i class="fa fa-discord"></i></a>
<a href="https://matrix.to/#/#polymc:matrix.org" target="_blank"><i class="fa fa-matrix-org"></i></a>
<a href="https://www.reddit.com/r/PolyMCLauncher/" target="_blank"><i class="fa fa-reddit"></i></a>
<a href="https://github.com/PolyMC/PolyMC" target="_blank"><i class="fa fa-github"></i></a>
</div>
Expand Down Expand Up @@ -100,4 +99,4 @@
</div>
{% endif %}
</section>
</header>
</header>
12 changes: 0 additions & 12 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,6 @@ To talk directly to us and get involved with development:

[![PolyMC Discord](https://img.shields.io/discord/923671181020766230?label=PolyMC%20Discord)](https://discord.gg/xq7fxrgtMP)

## Matrix

For people who don't want to use Discord, we have a Matrix Space which is bridged to the Discord server:

[![PolyMC Space](https://img.shields.io/matrix/polymc:matrix.org?label=PolyMC%20space)](https://matrix.to/#/#polymc:matrix.org)

If there are any issues with the space or you are using a client that does not support the feature, here are the individual rooms:

[![News](https://img.shields.io/matrix/polymc-news:matrix.org?label=PolyMC%20News)](https://matrix.to/#/#polymc-news:matrix.org)

[![Discussion](https://img.shields.io/matrix/polymc-discussion:matrix.org?label=PolyMC%20Discussion)](https://matrix.to/#/#polymc-discussion:matrix.org)

# Source code

---
Expand Down
2 changes: 0 additions & 2 deletions src/news/moving-on.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ If you want to be involved in PolyMC, check out the following links:
- [PolyMC GitHub Organization][gh-org]
- [PolyMC Source Code][gh-poly]
- [PolyMC Discord server][discord]
- [PolyMC Matrix Space][matrix-space] (bridged with Discord)

---

Expand All @@ -65,6 +64,5 @@ If you want to be involved in PolyMC, check out the following links:
[gh-poly-meta-sabotage]: https://github.com/PolyMC/PolyMC/issues/75#issuecomment-1023571223
[gh-polymorphosis]: https://github.com/PolyMC/polymorphosis
[gpl3]: https://en.wikipedia.org/wiki/GNU_General_Public_License
[matrix-space]: https://matrix.to/#/#polymc:matrix.org
[mmc-drops-aur]: https://www.reddit.com/r/linux_gaming/comments/riitbs/multimc_is_dropping_all_support_for_aur_packages/
[rfc-0001]: https://github.com/PolyMC/PolyMC/issues/167
2 changes: 0 additions & 2 deletions src/news/what-happened.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Discord - https://discord.com/invite/WMtwnF5Cbr

Reddit - https://www.reddit.com/r/PolyMCLauncher/

Matrix - https://matrix.to/#/#polymc:matrix.org

Again if you run into any issues don't hesitate to join any of these channels and ask for help.

# What's next for PolyMC?
Expand Down
2 changes: 1 addition & 1 deletion src/wiki/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ eleventyNavigation:
---
# Development

If you would like to contribute to PolyMC, you might find it useful to join our Discord Server or Matrix Space.
If you would like to contribute to PolyMC, you might find it useful to join our Discord Server.

## Building

Expand Down
2 changes: 1 addition & 1 deletion src/wiki/development/build-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ flatpak-builder --user --install flatbuild org.polymc.PolyMC.yml

- If the project builds successfully it will run and the Launcher window will pop up.

**If this doesn't work for you, please let us know on our Discord sever, or Matrix Space.**
**If this doesn't work for you, please let us know on our Discord sever.**

## Windows

Expand Down
2 changes: 1 addition & 1 deletion src/wiki/overview/feedback-bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ We really appreciate all kinds of feedback from our community. If you've ran int

**NOTE:** If you're reporting a bug, please do have a good look through the list of issues posted by other users. It may have already been reported by someone else, or better yet, fixed!

Once you're done there, why don't you come and [join us](https://polymc.org/#get-involved) on our Discord server, Matrix Space, or subreddit? ~~*Or how about all three?*~~
Once you're done there, why don't you come and [join us](https://polymc.org/#get-involved) on our Discord server or subreddit? ~~*Or how about all two?*~~
Loading