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:
commit
a72ce4ddf9
@ -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
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user