Skip to content

Commit 4f3412f

Browse files
committed
chore: add mkdocs-git-revision-date-localized plugin to requirements and enable creation date in mkdocs configuration
1 parent 4c8b108 commit 4f3412f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ plugins:
5454
filename: .pages
5555
- minify:
5656
minify_html: true
57+
- git-revision-date-localized:
58+
enable_creation_date: true
59+
type: datetime
5760
- with-pdf:
5861
author: Kimi Tsai
5962
copyright: Kimi Tsai

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ mkdocs-minify-plugin
33
mkdocs-awesome-pages-plugin
44
mkdocs-mermaid2-plugin
55
mkdocs-with-pdf
6+
mkdocs-git-revision-date-localized-plugin
67
ghp-import

0 commit comments

Comments
 (0)