Is it possible to redirect feedback to another link instead of the docsRepositoryBase
Rather than using the GitHub issues section, I would like to add my own feedback section. Is it possible to redirect to another link instead?

We should add support for that, maybe an optional feedback.link: (currentTitle, currentURL) => string
I was looking for this today as well, that sounds like a great fix @shuding. Do you want a hand implementing that?
@mrmckeb yeah would love to accept a PR for that ❤️
@shuding I don’t think we need the new option, since we have toc.extraContent option for this case https://github.com/shuding/nextra/blob/e34eff493eff00a350b87e86e31aa9625fec957b/packages/nextra-theme-docs/src/types.ts#L107