From b40383fc90698e4e8a4acd2164135f0c1926b5fe Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 28 Feb 2023 22:27:06 +0000 Subject: Add Hachyderm links (#742) --- docs/docusaurus.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/docusaurus.config.js') diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index cf3b9094..ad70c001 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -80,6 +80,16 @@ const config = { label: 'GitHub', position: 'right', }, + { + href: 'https://hachyderm.io/@atuin', + label: 'Mastodon', + position: 'right', + }, + { + href: 'https://twitter.com/atuinsh', + label: 'Twitter', + position: 'right', + } ], }, footer: { -- cgit v1.3.1