Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Add documents contributor profile in the bottom of each page in start contributing section #56

Open
sboy99 opened this issue Jan 29, 2023 · 0 comments
Labels
enhancement New feature or request feat | request

Comments

@sboy99
Copy link
Member

sboy99 commented Jan 29, 2023

Description

This changes will be synced will database,
Create a Document contributors model with

------
---
{
slug:{
  type:String, // should be the page unique slug(params url)
  required:true
},
contributors:[
  {
   avatar:String,
   gh_username:String,
   github_url:String
  }
],
}
------
---

create API for fetching contributors from Github API and store it to database.
The fetching should occur once at build time.

Screenshots

N/a

Additional Information

N/A

@sboy99 sboy99 added enhancement New feature or request feat | request labels Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feat | request
Projects
None yet
Development

No branches or pull requests

1 participant