From 224598d8d334ce8835c137e0c1f87686c3bab676 Mon Sep 17 00:00:00 2001 From: redtide Date: Fri, 25 Aug 2023 11:21:27 +0200 Subject: [PATCH] Added social/contact links --- docs/contacts.md | 4 ++++ mkdocs.yml | 25 ++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 docs/contacts.md diff --git a/docs/contacts.md b/docs/contacts.md new file mode 100644 index 0000000..924b099 --- /dev/null +++ b/docs/contacts.md @@ -0,0 +1,4 @@ +# Contact and contributions + +Feel free to contact us by [email](mailto:info@sfz.tools). +Any contribution is welcome. diff --git a/mkdocs.yml b/mkdocs.yml index e35997c..337f3c2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -16,11 +16,34 @@ extra: site_owner: "SFZTools Organization" social: - icon: "fontawesome/brands/github" - link: "https://github.com/sfztools/sfizz" + link: "https://github.com/sfztools/sfizz/" name: "sfizz on GitHub" + - icon: "fontawesome/solid/hashtag" + link: "https://kiwiirc.com/nextclient/#irc://irc.libera.chat:+6697/#sfztools" + name: "sfizz on IRC" + + - icon: "fontawesome/brands/discord" + link: "https://discord.gg/3ArE9Mw" + name: "sfizz on Discord" + + - icon: "fontawesome/solid/at" + link: "https://sfz.tools/sfizz-wiki/contacts" + name: "EMail" + + - icon: "fontawesome/solid/rss" + link: "https://sfz.tools/atom.xml" + name: "News Atom Feed" + nav: +- External Links: + - "SFZ Format": "https://sfzformat.com/" + - "SFZ Instruments": "https://github.com/sfzinstruments/" + - "FreePats Instruments": "https://freepats.zenvoid.org/" + - "LinuxAudio": "https://linuxaudio.org/" + - "LinuxMAO": "https://linuxmao.org/" - "index.md" +- "contacts.md" - Developer notes: - "Filters.md" - "Resampling.md"