Skip to content

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

@sboy99

Description

@sboy99

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions