Skip to content

Commit

Permalink
Add mastodon link to docsite
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Apr 24, 2024
1 parent a6e08dc commit 7d73319
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions site/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,15 @@ const config: Config = {
{
title: 'Community',
items: [
{
label: 'Mastodon',
href: 'https://mastodon.gamedev.place/@excaliburjs',
rel: 'me'
},
{
label: 'Threads',
href: 'https://www.threads.net/@excalibur.js'
},
{
label: 'Twitter',
href: 'https://twitter.com/excaliburjs'
Expand All @@ -269,8 +278,7 @@ const config: Config = {
{
label: 'Discussions',
href: 'https://github.com/excaliburjs/Excalibur/discussions'
},

}
]
},
{
Expand Down

0 comments on commit 7d73319

Please sign in to comment.