mkdocs-git-authors-plugin
mkdocs-git-authors-plugin copied to clipboard
MkDocs plugin to display git authors of a page.
I spotted a minor bug in determining whether an author surpasses the contribution threshold, this resolves this issue. Bug: contribution was computed overall. Solution: compute contribution on page level.
Hi, I am using mkdocstrings to generate the documentation for the projects source. On-top I use mkdocs-gen-files and mkdocs-literate-nav plugins to auto generate the navigation for the documentation as described...
I am running into the problem that configurations beyond the first one (`show_contribution: true`) are ignored. I set `authorship_threshold_percent: 10`, but I found contributions of 0.88 %. **Package Versions:** -...
This PR allows for a customization of the default `mailto: {email}` href. This is particularly useful to link sites with IM tools such as teams or slack ``` yaml >...
I just reformatted docs because people had trailing whitespace in many places. This doesn't mean I should be considered an author, so it would be nice if whitespace changes were...
The mkdocs-git-authors-plugin documentation has [information](https://timvink.github.io/mkdocs-git-authors-plugin/usage.html#mkdocs-material-theme) about integration with the mkdocs-material theme, but in the latest version of mkdocs-material adding an override is [unnecessary](https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#document-authors). Can we mention this in the mkdocs-git-authors-plugin...
Related issue: https://github.com/timvink/mkdocs-git-authors-plugin/issues/71
Hi again @timvink I wanted to follow-up on https://github.com/timvink/mkdocs-git-authors-plugin/issues/79 I discovered that the [git-revision-date-localized](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) plugin (also yours, nice work!) works fine with submodules with the [monorepo](https://github.com/backstage/mkdocs-monorepo-plugin) plugin. Why does one...
Fix #91