Ändeungsdatum eingefügt
This commit is contained in:
@@ -392,3 +392,21 @@ A[Client] --> B[Load Balancer]
|
|||||||
B --> C[Server01]
|
B --> C[Server01]
|
||||||
B --> D[Server02]
|
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 }}
|
||||||
@@ -44,3 +44,4 @@ plugins:
|
|||||||
placeholder: z.B. 0.0.0.0
|
placeholder: z.B. 0.0.0.0
|
||||||
DOMAIN_NAME:
|
DOMAIN_NAME:
|
||||||
placeholder: z.B. fritz.box
|
placeholder: z.B. fritz.box
|
||||||
|
- git-revision-date-localized
|
||||||
Reference in New Issue
Block a user