diff --git a/mkdocs.yml b/mkdocs.yml index b275cf504..0e5eb7601 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -155,9 +155,6 @@ nav: plugins: - search - - git-revision-date-localized: - type: iso_datetime - timezone: Europe/Berlin - i18n: # <--- Translation plugin default_language: en languages: @@ -252,6 +249,9 @@ plugins: 'Third party apps': 'Anwendungen von Drittanbietern' 'Borgmatic Backup': 'Borgmatic-Sicherung' #### End of german translation + - git-revision-date-localized: + type: iso_datetime + timezone: Europe/Berlin - redirects: redirect_maps: # 'old': 'new' diff --git a/requirements.txt b/requirements.txt index ad99aefa5..c8205dfda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ mkdocs-material==8.2.1 mkdocs-redirects==1.0.3 pygments==2.11.2 mkdocs-static-i18n==0.43 -mkdocs-git-revision-date-localized-plugin==0.12.1 \ No newline at end of file +mkdocs-git-revision-date-localized-plugin==1.0.0 \ No newline at end of file