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
1 2 3 4 5 6 7 8 9 10 11
import 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