You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah it would be, but it's not as straightforward as it might seem.
Some challenges:
profile could also be github, gitlab, bitbucket, azure devops, etc.
from the git commit logs, we can only find the name and email address. however, many users don't share their email publicly (including me), which means we cannot use the github API to find the profile. We could use name to search the github users api, but that does not guarantee a correct result.
We would need to make API calls, which means mkdocs build should have access to the internet. That's not always the case (f.e. when working behind a company proxy).
Thank you for making such a useful plugin.
I am wondering if it is useful to provide an option to link to the user profile (e.g., GitHub profile) instead of email?
For example, return
Thanks.
The text was updated successfully, but these errors were encountered: