We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff3455 commit 598f71bCopy full SHA for 598f71b
ChunkyDocs/mkdocs.yml
@@ -92,6 +92,9 @@ plugins:
92
hooks:
93
on_post_page: scripts.hooks:on_post_page
94
on_nav: scripts.hooks:on_nav
95
+ - git-revision-date-localized:
96
+ enable_creation_date: true
97
+ type: timeago
98
99
extra_css:
100
- extra/extra.css
requirements.txt
@@ -9,7 +9,7 @@ Markdown==3.3.7
9
MarkupSafe==2.1.3
10
mkdocs==1.5.3
11
mkdocs-macros-plugin==1.0.4
12
-mkdocs-material==9.4.7
+mkdocs-material==9.5.13
13
nltk==3.6.2
14
PyYAML==5.3.1
15
regex==2022.4.24
@@ -18,3 +18,4 @@ tornado==6.1
18
tqdm==4.60.0
19
mkdocs-redirects==1.2.1
20
mkdocs-simple-hooks==0.1.5
21
+mkdocs-git-revision-date-localized-plugin==1.2.4
0 commit comments