Skip to content

Commit 7bb52b4

Browse files
SaaS GitLab change to Gitlab.com and added relevant redirect
1 parent 8930442 commit 7bb52b4

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

docs/platforms/saas-gitlab.md renamed to docs/platforms/gitlab-com.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Integrating CodeRabbit with SaaS GitLab
33
description: Integrate CodeRabbit with SaaS GitLab.
4-
sidebar_label: SaaS GitLab
4+
sidebar_label: GitLab.com
55
sidebar_position: 1
66
---
77

docs/platforms/platforms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CodeRabbit supports various Git platforms to provide code review for your reposi
1818

1919
| Host | Support |
2020
| ------------------- | ---------------------------------- |
21-
| GitLab.com | [Supported](saas-gitlab.md) |
21+
| GitLab.com | [Supported](gitlab-com.md) |
2222
| GitLab Self Managed | [Supported](self-hosted-gitlab.md) |
2323

2424
## Azure DevOps

docusaurus.config.ts

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import type * as Preset from "@docusaurus/preset-classic";
2-
import type { Config } from "@docusaurus/types";
3-
import { themes as prismThemes } from "prism-react-renderer";
4-
import { EnumChangefreq } from "sitemap";
1+
import { themes as prismThemes } from 'prism-react-renderer';
2+
import { EnumChangefreq } from 'sitemap';
3+
4+
import type * as Preset from '@docusaurus/preset-classic';
5+
import type { Config } from '@docusaurus/types';
56

67
const baseUrl = "/";
78

@@ -74,7 +75,7 @@ const config: Config = {
7475
},
7576
{
7677
from: "/integrations/saas-gitlab",
77-
to: "/platforms/saas-gitlab",
78+
to: "/platforms/gitlab-com",
7879
},
7980
{
8081
from: "/integrations/self-hosted-gitlab",
@@ -88,6 +89,10 @@ const config: Config = {
8889
from: "/platforms/saas-azure-devops",
8990
to: "/platforms/azure-devops",
9091
},
92+
{
93+
from: "/platforms/saas-gitlab",
94+
to: "/platforms/gitlab-com",
95+
},
9196

9297
],
9398
},

0 commit comments

Comments
 (0)