We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8b108 commit 4f3412fCopy full SHA for 4f3412f
2 files changed
mkdocs.yml
@@ -54,6 +54,9 @@ plugins:
54
filename: .pages
55
- minify:
56
minify_html: true
57
+ - git-revision-date-localized:
58
+ enable_creation_date: true
59
+ type: datetime
60
- with-pdf:
61
author: Kimi Tsai
62
copyright: Kimi Tsai
requirements.txt
@@ -3,4 +3,5 @@ mkdocs-minify-plugin
3
mkdocs-awesome-pages-plugin
4
mkdocs-mermaid2-plugin
5
mkdocs-with-pdf
6
+mkdocs-git-revision-date-localized-plugin
7
ghp-import
0 commit comments