From 4199208fd163898ab3b15a6fce783f558309d02d Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Sun, 8 Jun 2025 20:42:10 +0200 Subject: [PATCH 1/3] added live chat widget --- overrides/home.html | 3 +++ overrides/main.html | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/overrides/home.html b/overrides/home.html index 6d6e683..d837c14 100644 --- a/overrides/home.html +++ b/overrides/home.html @@ -20,6 +20,9 @@ {% set title = title ~ " - " ~ page.title %} {% endif %} + + + diff --git a/overrides/main.html b/overrides/main.html index 30314b2..004c796 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -9,6 +9,10 @@ {% set title = title ~ " - " ~ page.title %} {% endif %} + + + + -- 2.47.2 From c29b82518acd2a37494f9c7382a2f116989d61eb Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Sun, 8 Jun 2025 20:47:15 +0200 Subject: [PATCH 2/3] updated requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 22c0137..e5f2083 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 -- 2.47.2 From dd24033bf9fe55cfc679133f14be532f9d9bc9c3 Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Sun, 8 Jun 2025 20:51:31 +0200 Subject: [PATCH 3/3] excluded support assets --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index bc5324a..5c97e8f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -86,6 +86,7 @@ plugins: - analytics.hadan-it.com/* - consentcdn.cookiebot.com/* - library.serviceinnovation.org/* + - support.hadan-it.com/* - mkdocstrings: handlers: python: -- 2.47.2