aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Munnich <[email protected]>2024-10-17 22:34:27 +0200
committerPete Johanson <[email protected]>2024-10-17 15:01:30 -0600
commita6d09f8c00ad6eb46ca0359d7e622264e55686d0 (patch)
treeff4694f0af63ee984b628327ebb87731102a33cf
parent10868c72f7463184ab3b887e2d0fa06a514a4405 (diff)
downloadzmk-a6d09f8c00ad6eb46ca0359d7e622264e55686d0.tar.gz
zmk-a6d09f8c00ad6eb46ca0359d7e622264e55686d0.zip
docs: Added mastodon link in footer
-rw-r--r--docs/docusaurus.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index a1ace059c1..801eac9273 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -104,6 +104,10 @@ module.exports = {
"/community/discord/invite",
},
{
+ label: "Mastodon",
+ href: "https://fosstodon.org/@zmk",
+ },
+ {
label: "Twitter",
href: "https://twitter.com/ZMKFirmware",
},