ojacques / mkdocs-git-committers-plugin-2

MkDocs plugin for displaying a list of GitHub (.com or Enterprise) contributors on each page. Encourages contributions to the documentation!
MIT License
60 stars 21 forks source link

Include coauthors in GitHub repos #63

Closed j3soon closed 1 month ago

j3soon commented 3 months ago

Completely implements #44 (along with #61).

Solution Description:

Design Choices:

I considered a few implementations and decided to use REST API by default, switching to GraphQL only when necessary.

Some considerations:

References & Further Details:

ojacques commented 3 months ago

Yes, I moved back from graphql to indeed make it really simple for anyone who does not need advanced use cases. I would consider coauthors to be one of those advanced use case, hence graphql usage seems perfectly fine to me.

Could you please

Thanks!

j3soon commented 3 months ago

Thanks for the quick reply! Just resolved the conflicts and updated the docs.

It's also worth noting that these two PRs only fixes #44 for GitHub repos, not for GitLab repos yet.

lancehaig commented 1 month ago

Just adding my +1

ojacques commented 1 month ago

Thank you for this great add.