From 45d2a35032987607a3d203cccd18f9dc8a051929 Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Fri, 23 Oct 2020 14:21:37 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84ndeungsdatum=20eingef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.md | 18 ++++++++++++++++++ mkdocs.yml | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index e952634..09da921 100644 --- a/docs/index.md +++ b/docs/index.md @@ -392,3 +392,21 @@ A[Client] --> B[Load Balancer] B --> C[Server01] B --> D[Server02] ``` + +#### git - letzte Änderung + +``` +pip3 install mkdocs-git-revision-date-localized-plugin +``` + +``` +plugins: + - git-revision-date-localized +``` + +``` +Letzte Änderung: {{ git_revision_date_localized }} +``` + +--- +Letzte Änderung: {{ git_revision_date_localized }} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 74fd9d6..3523dcb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -43,4 +43,5 @@ plugins: IP_ADRESSE: placeholder: z.B. 0.0.0.0 DOMAIN_NAME: - placeholder: z.B. fritz.box \ No newline at end of file + placeholder: z.B. fritz.box + - git-revision-date-localized \ No newline at end of file