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 25 mkdocs-git-committers-plugin-2 issues
Sort by recently updated
recently updated
newest added

Completely implements #44 (along with #61). **Solution Description**: * If no commit message includes co-authors, then the plugin behavior stays exactly the same. * If one of the commit message...

I'm reading through the GitHub API and found that aside from the `per_page` parameter, there's also a `page` parameters, which doesn't seem to be used in the code: https://github.com/ojacques/mkdocs-git-committers-plugin-2/blob/07bc15055107714c02cf00f64552a55042a69321/mkdocs_git_committers_plugin_2/plugin.py#L100-L101 This...

As the title states, see the web page here: https://do-me.github.io/kceo_glossary/term%201/ Did I mess up some settings maybe? https://github.com/do-me/kceo_glossary/blob/main/mkdocs.yml Screenshots: Logs seem fine: ``` INFO - git-committers plugin ENABLED WARNING -...

Using GH Enterprise, my user's avatar's URL is correctly fetched from the repo's commit, containing something like: ``` https://avatars.company.com/u/8554\?\&size\=72 ``` This is ok, since an auth_header is used. But when...

Is it possible to disable the plug-in's log output (e.g., `INFO - git-committers: fetching contributors for ...`)? I tried to add a `log: false` to the plug-in's setup but that...

For security/confidentiality reasons, the plug-in currently provides a means to use an environment variable (`MKDOCS_GIT_COMMITTERS_APIKEY`) to pass the access token to the plug-in. I have a request for a dev/prod...

I want to use self-hosted gitlab for this git-committers plugin. Here are the code I wrote at mkdoc.yml ``` plugins: - git-committers: gitlab_hostname: gitlab.example.com gitlab_repository: 123456 branch: main token: 'token'...

GitHub and Gitlab support is awesome, however unfortunately not organisations leverage one or the other of these repo solutions. Proposing the feature to pull from Azure DevOps Repos though the...

Hello, I'm not in any trouble, but GitHub supports JWT only when `Bearer` is specified in the `Authentication` header. https://docs.github.com/en/rest/authentication/authenticating-to-the-rest-api?apiVersion=2022-11-28#about-authentication I'm not sure that this change doesn't break the current...