We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6daee8 commit 7f97507Copy full SHA for 7f97507
Dockerfile.docs
@@ -2,4 +2,3 @@ FROM squidfunk/mkdocs-material
2
3
# https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
4
RUN pip install mkdocs-awesome-pages-plugin
5
-RUN pip install mkdocs-git-revision-date-localized-plugin
mkdocs.yml
@@ -21,9 +21,6 @@ plugins:
21
strict: true
22
- search:
23
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
24
- - git-revision-date-localized:
25
- enable_creation_date: true
26
- fallback_to_build_date: true
27
- social
28
29
theme:
0 commit comments