diff --git a/site/docusaurus.config.ts b/site/docusaurus.config.ts index 2e7b4703c..e140e12e2 100644 --- a/site/docusaurus.config.ts +++ b/site/docusaurus.config.ts @@ -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' @@ -269,8 +278,7 @@ const config: Config = { { label: 'Discussions', href: 'https://github.com/excaliburjs/Excalibur/discussions' - }, - + } ] }, {