Skip to content

Commit

Permalink
Move from discord to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaobrien committed Jun 26, 2024
1 parent 6205669 commit b4c9960
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down Expand Up @@ -72,4 +72,4 @@ export default defineAppConfig({
edit: true
},
}
})
})
3 changes: 3 additions & 0 deletions content/1.docs/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<a href="https://discord.gg/6akryGkETU" target="_blank">**![Join our Discord server!](https://invite.casperiv.dev/?inviteCode=6akryGkETU&format=svg)**</a> 

Or (Preferably) the matrix server:
<a href="https://matrix.to/#/#emulatorjs:matrix.emulatorjs.org">#emulatorjs:matrix.emulatorjs.org</a>

::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 <a href="https://github.com/EmulatorJS/emulatorjs.org/issues" target="_blank">here</a>.
Expand Down
2 changes: 1 addition & 1 deletion content/1.docs/13.FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit b4c9960

Please sign in to comment.