invertase / invertase/docs.page
Lazily show contributors of file as authors
Open
status: discussion
- Dominant language
- TypeScript
- Stars
- 673
- Forks
- 101
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 10
Description
It would be nice to show the authors as a component or as as docs.json setting
- We have control over the mdx
```jsx
// shown after page load
```
or
- Perhaps the better approach but less flexible
```json
{
...
"enable_authors": true
...
}
```
- or why not both

Example:

Implementation example can be found here:
https://www.tronic247.com/how-to-show-github-contributors-of-a-file/
Contributor guide
Assessment
This issue has not been assessed yet.