mkdocs-git-committers-plugin-2 icon indicating copy to clipboard operation
mkdocs-git-committers-plugin-2 copied to clipboard

MkDocs plugin for displaying a list of GitHub (.com or Enterprise) contributors on each page. Encourages contributions to the documentation!

Results 15 mkdocs-git-committers-plugin-2 issues
Sort by recently updated
recently updated
newest added

I am using GitLab self-hosted and set the mkdocs configs based on the documents. ``` plugins: - git-committers: token: '...' gitlab_hostname: 'git.example.com' api_version: 'v4' gitlab_repository: 619 branch: 'main' ``` What...

good first issue

Im using the mkdocs-git-committers-plugin-2 version 2.3.0 and it does not seem to be able to properly return the authors for each page... I can see the plugin working fine in...

would be nice to have a option to show all contributors on 1 page like the readme/index

Really appreciate this plugin. Am I right that the plugin does not currently support commits with more than one author? We usually use a squash and merge for PRs, which...

Excluding files results in a warning, which causes the build to fail with strict mode. Please change the log level to info. Example: ```yaml plugins: - git-committers: # ... exclude:...

I propose to add some git hooks to apply some of current linters (ruff, basic controls) and formatters (black, isort) to the existing code base. It's a kind of my...

Per earlier feedback - add email to authors details. > Hey @ojacques, thanks for the update! In my case, I combine this plugin with [git-authors-plugin](https://timvink.github.io/mkdocs-git-authors-plugin/usage.html), as it also computes the...

enhancement

Hi! Have you considered making a pull request upstream? I kind of feel like the way this plugin works should be the default behavior.

When using `mkdocs serve` locally with uncommitted files, the mkdocs live/hot reload feature will monitor the changes in the `.cache` directory, causing a live reload infinite loop. This can be...