1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-14 10:57:41 +01:00

Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk 2022-07-12 17:43:59 +02:00
commit a72ce4ddf9
2 changed files with 10 additions and 1 deletions

View File

@ -75,6 +75,9 @@ RUN \
-path "*/__pycache__/*" \
-exec rm -f {} \;
# Trust git directory, required for git >= 2.35.2
RUN git config --global --add safe.directory /docs
# Set working directory
WORKDIR /docs

View File

@ -24,7 +24,8 @@
"datetime",
"iso_date",
"iso_datetime",
"timeago"
"timeago",
"custom"
],
"default": "date"
},
@ -33,6 +34,11 @@
"markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options/#timezone",
"type": "string"
},
"custom_format": {
"title": "Custom format",
"markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options#custom_format",
"type": "string"
},
"locale": {
"title": "Date locale",
"markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options/#locale",