From 7d73319f75b548bafc2b8ca4717a6da5c610bac1 Mon Sep 17 00:00:00 2001 From: Erik Onarheim Date: Wed, 24 Apr 2024 13:14:26 -0500 Subject: [PATCH] Add mastodon link to docsite --- site/docusaurus.config.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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' - }, - + } ] }, {