From 9524224b9d55a8f8fc860253db4790a2115676c7 Mon Sep 17 00:00:00 2001 From: Niklas Meyer Date: Wed, 2 Feb 2022 18:02:25 +0100 Subject: [PATCH] swapped updated to localized + git authors plugin addition --- mkdocs.yml | 4 ++-- overrides/partial/copyright.html | 6 ------ requirements.txt | 3 ++- 3 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 overrides/partial/copyright.html diff --git a/mkdocs.yml b/mkdocs.yml index 3b64dcf8d..f97f5d45f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,7 +17,6 @@ theme: toggle: icon: material/toggle-switch name: Light Mode - custom_dir: overrides logo: assets/images/logo.svg favicon: assets/images/favicon.png features: @@ -156,7 +155,8 @@ nav: plugins: - search - - git-revision-date + - git-revision-date-localized + - git-authors - redirects: redirect_maps: # 'old': 'new' diff --git a/overrides/partial/copyright.html b/overrides/partial/copyright.html deleted file mode 100644 index fd12bd964..000000000 --- a/overrides/partial/copyright.html +++ /dev/null @@ -1,6 +0,0 @@ -{% extends "base.html" %} - -{% block copyright %} -

Copyright © 2022 Servercow Team & Community


-
Updated {{ git_revision_date }}
-{% endblock %} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index b4cc89b71..d90e1d574 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ mkdocs-material>=8.1.8 mkdocs-redirects>=1.0.3 pygments>=2.11.2 mkdocs-static-i18n>=0.18 -mkdocs-git-revision-date-plugin>=0.3.1 \ No newline at end of file +mkdocs-git-revision-date-localized-plugin>=0.11.1 +mkdocs-git-authors-plugin>=0.6.4 \ No newline at end of file