mkdocs-git-revision-date-localized-plugin
mkdocs-git-revision-date-localized-plugin copied to clipboard
MkDocs plugin to add a last updated date to your site pages
In some earlier releases, commits that only renamed a file (like when moving between directories) would not be considered. It looks like that has changed, and now I am seeing...
Currently we are pinning to 1.3.0 because starting in version 1.4.1 the build time increased by 70% (1.4.0 specifically was worse for some reason). I tried disabling the new parallel...
I don't know if it's link to #86 but I have an MkDocs project using `mkdocs-git-revision-date-localized-plugin` and `mkdocs-static-i18n`. To support Brazilian Portuguese I have a folder `doc/pt-BR` and since 1.4.0...
Note: this will only happen once mkdocs drops support for it first. Checklist: - [ ] Start using `Pathlib` - [ ] Drop dependency `pytz` in favor of base libaries
Adding [`` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/time) helps with [accessibility](https://shkspr.mobi/blog/2020/12/making-time-more-accessible/), such as screen readers. one thing i'm worried about is that it'll cause breaking changes: - `add_spans` should be renamed to `wrap_tags` to not...