docusaurus icon indicating copy to clipboard operation
docusaurus copied to clipboard

Fetch contributors image using GitHub API

Open iamrajiv opened this issue 3 years ago • 1 comments

Instead of storing the contributor's images in the assets folder, it's better to fetch GitHub avatar images of contributors using GitHub API.

I have found these API:

https://avatars.githubusercontent.com/<username>
https://avatars.githubusercontent.com/u/<userid>

iamrajiv avatar Jan 07 '22 00:01 iamrajiv

Yes I agree that it's better to fetch GitHub avatar images for contributors!

I'd like to accept a PR to implement this great feature, thank you very much for the suggestion!

huan avatar Jan 11 '22 07:01 huan