From b4c99607401fc9eaf3545e377ce817654be76751 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Wed, 26 Jun 2024 10:45:49 -0500 Subject: [PATCH] Move from discord to matrix --- app.config.ts | 10 +++++----- content/1.docs/1.index.md | 3 +++ content/1.docs/13.FAQ.md | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/app.config.ts b/app.config.ts index 835b13b..efbba6b 100644 --- a/app.config.ts +++ b/app.config.ts @@ -6,10 +6,10 @@ export default defineAppConfig({ image: 'https://emulatorjs.org/logo/EmulatorJS Logo.png', socials: { github: 'EmulatorJS/EmulatorJS', - discord: { - label: 'Join our Discord', - href: 'https://discord.gg/6akryGkETU', - icon: 'fa-brands:discord', + matrix: { + label: 'Join the Matrix!', + href: 'https://matrix.to/#/#emulatorjs:matrix.emulatorjs.org', + icon: '', rel: '', target: '_blank' } @@ -72,4 +72,4 @@ export default defineAppConfig({ edit: true }, } -}) \ No newline at end of file +}) diff --git a/content/1.docs/1.index.md b/content/1.docs/1.index.md index d84cf67..b930ae4 100644 --- a/content/1.docs/1.index.md +++ b/content/1.docs/1.index.md @@ -29,6 +29,9 @@ For general support/discussions, head over to the github and read through the [d You can also get help on our Discord server: **![Join our Discord server!](https://invite.casperiv.dev/?inviteCode=6akryGkETU&format=svg)**  +Or (Preferably) the matrix server: +#emulatorjs:matrix.emulatorjs.org + ::alert{type="info"} ::list{type="info"} - This site is a work-in-progress. If any information is missing, you can request it by opening an issue on github here. diff --git a/content/1.docs/13.FAQ.md b/content/1.docs/13.FAQ.md index 04f79b7..e396215 100644 --- a/content/1.docs/13.FAQ.md +++ b/content/1.docs/13.FAQ.md @@ -25,7 +25,7 @@ If the issue still occurs, open an issue containing a screenshot of the network #### *Q:* Is netplay supported? How do I enable netplay? -***A:*** Netplay is not currently supported, but it is hoped to be coming soon. Development is in progress. Please ping me (ethanthesleepyone) in the emulatorjs discord server if you have the knowledge to help. +***A:*** Netplay is not currently supported, but it is hoped to be coming soon. Development is in progress. Please ping me (ethanthesleepyone) in the matrix server if you have the knowledge to help. #### *Q:* How do I embed this on Google Sites?