develop to main #56

Merged
stephan.hadan merged 3 commits from develop into main 2025-06-08 20:57:44 +02:00
4 changed files with 10 additions and 2 deletions

View file

@ -86,6 +86,7 @@ plugins:
- analytics.hadan-it.com/*
- consentcdn.cookiebot.com/*
- library.serviceinnovation.org/*
- support.hadan-it.com/*
- mkdocstrings:
handlers:
python:

View file

@ -20,6 +20,9 @@
{% set title = title ~ " - " ~ page.title %}
{% endif %}
<!-- FreeScout BEGIN -->
<script>var FreeScoutW={s:{"color":"#5fffd7","position":"br","locale":"de","require":["name","email"],"id":3979422008}};(function(d,e,s){if(d.getElementById("freescout-w"))return;a=d.createElement(e);m=d.getElementsByTagName(e)[0];a.async=1;a.id="freescout-w";a.src=s;m.parentNode.insertBefore(a, m)})(document,"script","https://support.hadan-it.com/modules/chat/js/widget.js?v=3827");</script>
<!-- FreeScout END -->
<link href="https://hadan.social/@stiebke" rel="me">
<!-- Umami analytics, https://squidfunk.github.io/mkdocs-material/customization/#overriding-blocks -->
<script async src="https://analytics.hadan-it.com/script.js" data-website-id="edea79df-8252-4223-adae-46663a8aaa1a"></script>

View file

@ -9,6 +9,10 @@
{% set title = title ~ " - " ~ page.title %}
{% endif %}
<!-- FreeScout BEGIN -->
<script>var FreeScoutW={s:{"color":"#5fffd7","position":"br","locale":"de","require":["name","email"],"id":3979422008}};(function(d,e,s){if(d.getElementById("freescout-w"))return;a=d.createElement(e);m=d.getElementsByTagName(e)[0];a.async=1;a.id="freescout-w";a.src=s;m.parentNode.insertBefore(a, m)})(document,"script","https://support.hadan-it.com/modules/chat/js/widget.js?v=3827");</script>
<!-- FreeScout END -->
<link href="https://hadan.social/@stiebke" rel="me">
<!-- Umami analytics, https://squidfunk.github.io/mkdocs-material/customization/#overriding-blocks -->
<script async src="https://analytics.hadan-it.com/script.js" data-website-id="edea79df-8252-4223-adae-46663a8aaa1a"></script>

View file

@ -29,11 +29,11 @@ pymdown-extensions~=10.15
mkdocs-material[imaging]
# Plugins
mkdocs-git-revision-date-localized-plugin~=1.4.6
mkdocs-git-revision-date-localized-plugin~=1.4.7
#mkdocs-git-committers-plugin-2~=2.4.1
mkdocs-git-authors-plugin~=0.9.5
mkdocs-glightbox~=0.4.0
mkdocs-rss-plugin~=1.17.2
mkdocs-rss-plugin~=1.17.3
mkdocs-macros-plugin~=1.3.7
mkdocstrings~=0.29.1
mkdocstrings-python