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.
2 parents cb9d56d + 0dc8045 commit e7f2340Copy full SHA for e7f2340
mkdocs.yml
@@ -237,7 +237,8 @@ extra_css:
237
238
plugins:
239
- search
240
- - git-revision-date-localized
+ - git-revision-date-localized:
241
+ fallback_to_build_date: true
242
- redirects:
243
redirect_maps:
244
'ftldns/database.md': database/index.md
requirements.txt
@@ -1,5 +1,5 @@
1
mkdocs==1.6.1
2
-mkdocs-git-revision-date-localized-plugin==1.3.0
3
-mkdocs-material==9.6.6
+mkdocs-git-revision-date-localized-plugin==1.4.1
+mkdocs-material==9.6.7
4
mkdocs-redirects==1.2.2
5
markdown-include==0.8.1
0 commit comments