We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The repoEditUrl is decided using hosted-git-info here using fromUrl
hosted-git-info
fromUrl
https://github.com/josemarluedke/docfy/blob/main/packages/core/src/index.ts#L157
However, there is an issue with on prem git hosts: npm/hosted-git-info#11
on prem
Can we modify the code so that sources accepts a key repoEditUrl and we can feed in the repo link that way?
sources
repoEditUrl
This way, on prem versions of gitlab or github enterprise or bitbucket enterprise can work.
Happy to try and PR this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The repoEditUrl is decided using
hosted-git-info
here usingfromUrl
https://github.com/josemarluedke/docfy/blob/main/packages/core/src/index.ts#L157
However, there is an issue with
on prem
git hosts: npm/hosted-git-info#11Can we modify the code so that
sources
accepts a keyrepoEditUrl
and we can feed in the repo link that way?This way, on prem versions of gitlab or github enterprise or bitbucket enterprise can work.
Happy to try and PR this.
The text was updated successfully, but these errors were encountered: