From ff24408b35887a1e9fc9ca98228e9584bdc7d3e7 Mon Sep 17 00:00:00 2001 From: Niklas Meyer Date: Fri, 4 Feb 2022 10:48:52 +0100 Subject: [PATCH] renamed extra js to the right one removed git authors plugin --- mkdocs.yml | 13 +++---------- requirements.txt | 3 +-- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 107c7b35f..5d3498809 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -157,15 +157,7 @@ plugins: - search - git-revision-date-localized: type: iso_datetime - timezone: Europe/Berlin - - git-authors: - show_contribution: true - - redirects: - redirect_maps: - # 'old': 'new' - 'u_e-mailpiler-integration.md': 'third_party-mailpiler_integration.md' - 'b_n_r_accidental_deletion.md': 'b_n_r-accidental_deletion.md' - 'debug-reset-tls.md': 'debug-reset_tls.md' + timezone: Europe/Berlin - i18n: # <--- Translation plugin default_language: en languages: @@ -274,4 +266,5 @@ extra: primary: indigo accent: orange extra_css: [ assets/stylesheets/extra.css ] -extra_javascript: [ assets/javascripts/clients.js ] +extra_javascript: + - assets/javascripts/client.js diff --git a/requirements.txt b/requirements.txt index d90e1d574..26c12cd2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,4 @@ mkdocs-material>=8.1.8 mkdocs-redirects>=1.0.3 pygments>=2.11.2 mkdocs-static-i18n>=0.18 -mkdocs-git-revision-date-localized-plugin>=0.11.1 -mkdocs-git-authors-plugin>=0.6.4 \ No newline at end of file +mkdocs-git-revision-date-localized-plugin>=0.11.1 \ No newline at end of file