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