1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-12-01 02:27:17 +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__/*" \ -path "*/__pycache__/*" \
-exec rm -f {} \; -exec rm -f {} \;
# Trust git directory, required for git >= 2.35.2
RUN git config --global --add safe.directory /docs
# Set working directory # Set working directory
WORKDIR /docs WORKDIR /docs

View File

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