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