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