docs: Update git_hosting_providers setting documentation#42129
docs: Update git_hosting_providers setting documentation#42129MrSubidubi merged 3 commits intozed-industries:mainfrom
git_hosting_providers setting documentation#42129Conversation
Add documentation for the git_hosting_providers setting which allows users to configure custom self-hosted Git instances for clickable links to issues, PRs, and commits. Fixes zed-industries#38433
|
We require contributors to sign our Contributor License Agreement, and we don't have @rrrodzilla on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
|
@cla-bot check |
|
We require contributors to sign our Contributor License Agreement, and we don't have @rrrodzilla on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
Hi there! Thank you for the documentation. I just wanted to mention one thing: Zed tries to automatically identify the Git hosting provider by checking for keywords in the remote URL. For example, if a self-hosted GitLab URL contains |
git_hosting_providers setting documentation
…tries#42129) ## Summary Adds documentation for the `git_hosting_providers` setting that allows users to configure custom self-hosted Git instances for clickable links. ## Description This PR documents the previously undocumented `git_hosting_providers` setting in the Git integration documentation. The setting allows users to configure Zed to recognize and create clickable links to issues, pull requests, and commits on self-hosted Git instances (like company GitLab or GitHub Enterprise servers). ## Fixes Closes zed-industries#38433 ## Test Plan - Documentation follows the existing style and tone of `docs/src/git.md` - Placement in the "Git Integrations" section makes logical sense - Code example matches the format confirmed working by maintainers in the issue Release Notes: - Improved: Documented the `git_hosting_providers` setting for configuring custom self-hosted Git instances --------- Co-authored-by: MrSubidubi <finn@zed.dev>
## Summary Adds documentation for the `git_hosting_providers` setting that allows users to configure custom self-hosted Git instances for clickable links. ## Description This PR documents the previously undocumented `git_hosting_providers` setting in the Git integration documentation. The setting allows users to configure Zed to recognize and create clickable links to issues, pull requests, and commits on self-hosted Git instances (like company GitLab or GitHub Enterprise servers). ## Fixes Closes #38433 ## Test Plan - Documentation follows the existing style and tone of `docs/src/git.md` - Placement in the "Git Integrations" section makes logical sense - Code example matches the format confirmed working by maintainers in the issue Release Notes: - Improved: Documented the `git_hosting_providers` setting for configuring custom self-hosted Git instances --------- Co-authored-by: MrSubidubi <finn@zed.dev>
Summary
Adds documentation for the
git_hosting_providerssetting that allows users to configure custom self-hosted Git instances for clickable links.Description
This PR documents the previously undocumented
git_hosting_providerssetting in the Git integration documentation. The setting allows users to configure Zed to recognize and create clickable links to issues, pull requests, and commits on self-hosted Git instances (like company GitLab or GitHub Enterprise servers).Fixes
Closes #38433
Test Plan
docs/src/git.mdRelease Notes:
git_hosting_providerssetting for configuring custom self-hosted Git instances