Skip to content

Commit 1c68542

Browse files
committed
show Last update/Created date
1 parent ae1449e commit 1c68542

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
with:
1515
python-version: 3.x
1616
- run: pip install mkdocs-material
17+
- run: pip install mkdocs-git-revision-date-localized-plugin
1718
- run: mkdocs gh-deploy --force

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ extra_javascript:
7676
- assets/js/hljs.js
7777
- assets/js/curl.min.js
7878

79+
plugins:
80+
- search
81+
- git-revision-date-localized:
82+
enable_creation_date: true
7983
nav:
8084
- Home: index.md
8185
- Getting Started:

0 commit comments

Comments
 (0)