Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

fix: gitlab brand name #17

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/integrations/self-hosted-gitlab.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
---
title: CodeRabbit in Self Managed Gitlab
description: Integrate CodeRabbit with your Self Managed Gitlab instance.
sidebar_label: Self Managed Gitlab
title: CodeRabbit in Self Managed GitLab
description: Integrate CodeRabbit with your Self Managed GitLab instance.
sidebar_label: Self Managed GitLab
image: "/preview_meta.jpg"
---

<head>
<meta charSet="utf-8" />
<meta name="title" content="CodeRabbit in Self Managed Gitlab" />
<meta name="description" content="Integrate CodeRabbit in your own hosted Gitlab instance." />
<meta name="title" content="CodeRabbit in Self Managed GitLab" />
<meta name="description" content="Integrate CodeRabbit in your own hosted GitLab instance." />

<meta property="og:type" content="website" />
<meta property="og:url" content="https://coderabbit.ai/" />
<meta property="og:title" content="CodeRabbit in Self Managed Gitlab" />
<meta property="og:title" content="CodeRabbit in Self Managed GitLab" />
<meta property="og:description" content="CodeRabbit: AI-powered Code Reviews" />
<meta property="og:image" content="/preview_meta.jpg" />

<meta name="twitter:image" content="https://coderabbit.ai/preview_meta.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CodeRabbit in Self Managed Gitlab" />
<meta name="twitter:title" content="CodeRabbit in Self Managed GitLab" />
<meta name="twitter:description" content="CodeRabbit: AI-powered Code Reviews" />
</head>

Expand All @@ -28,11 +28,11 @@ To initiate the integration, we require specific information. This is essential

### **Step 1: Getting Started**

**Visit CodeRabbit:** Land on to our login page https://coderabbit.ai/login and select Self-Hosted Gitlab
**Visit CodeRabbit:** Land on to our login page https://coderabbit.ai/login and select Self-Hosted GitLab
Copy link
Contributor

Choose a reason for hiding this comment

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

The text "Self-Hosted GitLab" should be standardized to "Self Managed GitLab" to align with the rest of the document's terminology updates.

- Self-Hosted GitLab
+ Self Managed GitLab

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
**Visit CodeRabbit:** Land on to our login page https://coderabbit.ai/login and select Self-Hosted GitLab
**Visit CodeRabbit:** Land on to our login page https://coderabbit.ai/login and select Self Managed GitLab


![login-page](./images/login-page.png)

### Step 2: Enter your Self Managed Gitlab URL
### Step 2: Enter your Self Managed GitLab URL

On this page, enter the URL of your self managed GitLab instance and click submit. Once, you submit, we check our database for a record of your organization.

Expand Down