GitHub Info
Display your GitHub repository information
Usage
import { GithubInfo } from 'fumadocs-ui/components/github-info';
<GithubInfo
owner="fuma-nama"
repo="fumadocs"
// your own GitHub access token (optional)
token={process.env.GITHUB_TOKEN}
/>;It's recommended to add it to your docs layout with links option:
MkSaaS Docs