From d6987c06f48b61352289181954f5a436c5f2379f Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 21 Nov 2024 15:48:24 +0100 Subject: Docs: Move to Mkdocs & Codeberg pages --- docs/eduvpn_theme/main.html | 52 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 docs/eduvpn_theme/main.html (limited to 'docs/eduvpn_theme/main.html') diff --git a/docs/eduvpn_theme/main.html b/docs/eduvpn_theme/main.html new file mode 100644 index 0000000..7e2adaa --- /dev/null +++ b/docs/eduvpn_theme/main.html @@ -0,0 +1,52 @@ + + + + + + + + {% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} + + +
+

{{ config.site_name }}

+{% if config.site_description %} +

{{ config.site_description }}

+{% endif %} +{% if nav|length>0 %} + +{% endif %} +
+
+{% if page.toc %} + +{% endif %} + {{ page.content }} +
+ + + + -- cgit v1.2.3