diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-02-28 22:27:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-28 22:27:06 +0000 |
| commit | b40383fc90698e4e8a4acd2164135f0c1926b5fe (patch) | |
| tree | bb20ae863d1f099491e409c5cd5f3361cee3f716 /docs/docusaurus.config.js | |
| parent | Patch release v13.0.1 (#741) (diff) | |
| download | atuin-b40383fc90698e4e8a4acd2164135f0c1926b5fe.zip | |
Add Hachyderm links (#742)
Diffstat (limited to '')
| -rw-r--r-- | docs/docusaurus.config.js | 10 |
1 files changed, 10 insertions, 0 deletions
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: { |
