nextra
nextra copied to clipboard
cant's use docsRepositoryBase with github enterprise
Hi, when setting docsRepositoryBase
with a self-hosted github enterprise version its throwing the error:
Invalid `docsRepositoryBase` URL!
After some investigation its coming from the parse-git-url
package that does not handle self-hosted git server urls..
is there a way to add a workaround for that?
Thanks
I am running into same issue here. 👍
This is just a questionable design
Same issue here.
Edit button is generated by EditPageLink
in nextra-theme-docs/src/toc.tsx
Maybe we can use custom ReactNode or custom-link-generation-method instead of setting docsRepositoryBase
? 🤔
will be available in next v2 beta release
@B2o5T Thanks for resolving this but honestly it has been 9 months since i opened the issue and as there was no response i have switched to use docusaurus 🙃
Is there any way to remove it ?