๐Ÿ“ฆ hyoban / remark-github-alerts

๐Ÿ“„ theme.config.tsx ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11import type { DocsThemeConfig } from 'nextra-theme-docs'

const config: DocsThemeConfig = {
  logo: <span>Remark Github Alerts</span>,
  project: {
    link: 'https://github.com/hyoban/remark-github-alerts',
  },
}

export default config