swapped updated to localized + git authors plugin addition

Dieser Commit ist enthalten in:
Niklas Meyer 2022-02-02 18:02:25 +01:00
Ursprung 88665b7cd7
Commit 9524224b9d
3 geänderte Dateien mit 4 neuen und 9 gelöschten Zeilen

Datei anzeigen

@ -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'

Datei anzeigen

@ -1,6 +0,0 @@
{% extends "base.html" %}
{% block copyright %}
<p>Copyright © 2022 Servercow Team & Community</p><br>
<small><br><i>Updated {{ git_revision_date }}</i></small>
{% endblock %}

Datei anzeigen

@ -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
mkdocs-git-revision-date-localized-plugin>=0.11.1
mkdocs-git-authors-plugin>=0.6.4