Skip to content

Commit f45a10f

Browse files
committed
Adds gitlab rich integration to plus walkthrough
1 parent a32b187 commit f45a10f

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
19.5 KB
Loading

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11119,6 +11119,13 @@
1111911119
},
1112011120
"when": "gitlens:plus:state > 2"
1112111121
},
11122+
{
11123+
"id": "gitlens.plus.richIntegrations",
11124+
"title": "Rich Integrations for Self-Hosted Providers",
11125+
"media": {
11126+
"markdown": "walkthroughs/plus/rich-integrations.md"
11127+
}
11128+
},
1112211129
{
1112311130
"id": "gitlens.plus.visualFileHistory",
1112411131
"title": "Visualize file history",
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Rich Integrations for Self-Hosted Providers
2+
3+
GitLens+ users with a paid plan can access rich integrations for self-hosted providers.
4+
5+
### GitLab Self-Managed
6+
7+
GitLab Self-Managed users can see GitLab avatars for commit authors, richer details for auto-linked issues and merge requests, as well as merge requests associated with commits and branches.
8+
9+
<p align="center">
10+
<img src="../../images/docs/hovers-gitlab-integration.png" alt="Commit Hover with GitLab Rich Integration"/>
11+
</p>
12+
13+
### GitHub Enterprise
14+
15+
A rich integration for GitHub Enterprise is coming soon.

0 commit comments

Comments
 (0)