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: 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 %} + + + + 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