We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1449e commit 1c68542Copy full SHA for 1c68542
2 files changed
.github/workflows/docs.yml
@@ -14,4 +14,5 @@ jobs:
14
with:
15
python-version: 3.x
16
- run: pip install mkdocs-material
17
+ - run: pip install mkdocs-git-revision-date-localized-plugin
18
- run: mkdocs gh-deploy --force
mkdocs.yml
@@ -76,6 +76,10 @@ extra_javascript:
76
- assets/js/hljs.js
77
- assets/js/curl.min.js
78
79
+plugins:
80
+ - search
81
+ - git-revision-date-localized:
82
+ enable_creation_date: true
83
nav:
84
- Home: index.md
85
- Getting Started:
0 commit comments