Ändeungsdatum eingefügt
This commit is contained in:
@@ -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 }}
|
||||
+2
-1
@@ -43,4 +43,5 @@ plugins:
|
||||
IP_ADRESSE:
|
||||
placeholder: z.B. 0.0.0.0
|
||||
DOMAIN_NAME:
|
||||
placeholder: z.B. fritz.box
|
||||
placeholder: z.B. fritz.box
|
||||
- git-revision-date-localized
|
||||
Reference in New Issue
Block a user