From 2a68b2572c03c408f429fbdcb066c2391954b523 Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Thu, 19 Sep 2024 08:57:39 +0200 Subject: [PATCH] add our chat to the RTFD footer and top on our README (#2512) * XML validation * Revert "XML validation" This reverts commit 6a41a4da43215f039b3ab2716e8b49be29f0ddfd. * add our chat * removed a line --- README.md | 5 +++++ docs/_templates/footer.html | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 docs/_templates/footer.html diff --git a/README.md b/README.md index f819688af..75ec70d0d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +**Chat:** +[![IRC: #mss-general on libera.chat](https://img.shields.io/badge/libera.chat-%23MSS_General-blue)](https://web.libera.chat/?channels=#mss-general) +[![IRC: #mss-gsoc on libera.chat](https://img.shields.io/badge/libera.chat-%23MSS_GSoC-brightgreen)](https://web.libera.chat/?channels=#mss-gsoc) + + Mission Support System Usage Guidelines ======================================= diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html new file mode 100644 index 000000000..eb5febe74 --- /dev/null +++ b/docs/_templates/footer.html @@ -0,0 +1,21 @@ +{% extends '!footer.html' %} + +{% block extrafooter %} +
+ +{% endblock %}