Skip to content

docs: Update git_hosting_providers setting documentation#42129

Merged
MrSubidubi merged 3 commits intozed-industries:mainfrom
rrrodzilla:docs/git-hosting-providers
Feb 4, 2026
Merged

docs: Update git_hosting_providers setting documentation#42129
MrSubidubi merged 3 commits intozed-industries:mainfrom
rrrodzilla:docs/git-hosting-providers

Conversation

@rrrodzilla
Copy link
Contributor

@rrrodzilla rrrodzilla commented Nov 6, 2025

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

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
@cla-bot
Copy link

cla-bot bot commented Nov 6, 2025

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'.

@maxdeviant maxdeviant changed the title docs: add git_hosting_providers setting documentation docs: Add git_hosting_providers setting documentation Nov 6, 2025
@rrrodzilla
Copy link
Contributor Author

@cla-bot check

@cla-bot
Copy link

cla-bot bot commented Nov 6, 2025

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
Copy link

cla-bot bot commented Nov 6, 2025

The cla-bot has been summoned, and re-checked this pull request!

@rrrodzilla
Copy link
Contributor Author

@cla-bot check

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Nov 6, 2025
@cla-bot
Copy link

cla-bot bot commented Nov 6, 2025

The cla-bot has been summoned, and re-checked this pull request!

@amtoaer
Copy link
Contributor

amtoaer commented Nov 10, 2025

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 gitlab, or a self-hosted Gitea URL contains gitea, Zed will automatically register that hosting provider, so users don't need to manually modify the configuration file.

@cole-miller cole-miller assigned yara-blue and unassigned cole-miller Nov 11, 2025
@MrSubidubi MrSubidubi changed the title docs: Add git_hosting_providers setting documentation docs: Update git_hosting_providers setting documentation Feb 4, 2026
Copy link
Member

@MrSubidubi MrSubidubi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the slight delay here, thanks for adding this! Combined with the existing documentation we had (missed your PR there) to get the best of both worlds. Thanks again and congratulations to your first contribution! 🎉

@MrSubidubi MrSubidubi enabled auto-merge (squash) February 4, 2026 12:59
@MrSubidubi MrSubidubi merged commit 78c121d into zed-industries:main Feb 4, 2026
28 checks passed
@github-project-automation github-project-automation bot moved this from Community PRs to Done in Quality Week – December 2025 Feb 4, 2026
adb-sh pushed a commit to adb-sh/zed that referenced this pull request Feb 5, 2026
…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>
rtfeldman pushed a commit that referenced this pull request Feb 5, 2026
## 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

Development

Successfully merging this pull request may close these issues.

Missing documentation for git_hosting_providers within the hosted documentation

5 participants