diff --git a/images/docs/hovers-gitlab-integration.png b/images/docs/hovers-gitlab-integration.png new file mode 100644 index 0000000000000..402e0b508b128 Binary files /dev/null and b/images/docs/hovers-gitlab-integration.png differ diff --git a/package.json b/package.json index 09645067a4762..05c961d3c73d9 100644 --- a/package.json +++ b/package.json @@ -11119,6 +11119,13 @@ }, "when": "gitlens:plus:state > 2" }, + { + "id": "gitlens.plus.richIntegrations", + "title": "Rich Integrations for Self-Hosted Providers", + "media": { + "markdown": "walkthroughs/plus/rich-integrations.md" + } + }, { "id": "gitlens.plus.visualFileHistory", "title": "Visualize file history", diff --git a/walkthroughs/plus/rich-integrations.md b/walkthroughs/plus/rich-integrations.md new file mode 100644 index 0000000000000..ed83fa7f8e9d8 --- /dev/null +++ b/walkthroughs/plus/rich-integrations.md @@ -0,0 +1,15 @@ +## Rich Integrations for Self-Hosted Providers + +GitLens+ users with a paid plan can access rich integrations for self-hosted providers. + +### GitLab Self-Managed + +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. + +

+ Commit Hover with GitLab Rich Integration +

+ +### GitHub Enterprise + +A rich integration for GitHub Enterprise is coming soon.