From bc82d6e7dc5759172f85df5d78bfbe72867cf49d Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Thu, 29 Aug 2024 20:53:44 +0000 Subject: [PATCH] footer: add social links Co-authored-by: dan-is-not-the-man <142721047+dan-is-not-the-man@users.noreply.github.com> Co-authored-by: plowsof <77655812+plowsof@users.noreply.github.com> --- mkdocs.yml | 24 +++++++++++++++++++++++- overrides/.icons/custom/i2p.svg | 1 + 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100755 overrides/.icons/custom/i2p.svg diff --git a/mkdocs.yml b/mkdocs.yml index 391a6e6..82d0634 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -117,7 +117,29 @@ theme: static_templates: - 404.html -extra_css: ['overrides.css'] +extra_css: + - overrides.css + +extra: + social: + - icon: material/web + link: https://docs.getmonero.org + name: Clearnet Website + - icon: simple/torbrowser + link: http://xmrdoc6phnvjbf5hmjbwdfu47zavzfngymlnwhs2gyxxpxmad4c65kyd.onion + name: Tor Onion + - icon: custom/i2p + link: http://xmrdoc6k4licya7zsnba5s7vugzo72blcpukkvqno75o4ruhaqla.b32.i2p + name: I2P Eepsite + - icon: fontawesome/brands/github + link: https://github.com/monero-project/monero-docs + name: GitHub Repository + - icon: simple/matrix + link: https://matrix.to/#/%23monero-docs:monero.social + name: Matrix + - icon: simple/liberadotchat + link: https://web.libera.chat/#monero-docs + name: IRC via Libera.chat repo_name: 'monero-project/monero-docs' repo_url: 'https://github.com/monero-project/monero-docs' diff --git a/overrides/.icons/custom/i2p.svg b/overrides/.icons/custom/i2p.svg new file mode 100755 index 0000000..62789b2 --- /dev/null +++ b/overrides/.icons/custom/i2p.svg @@ -0,0 +1 @@ + \ No newline at end of file