File tree 3 files changed +12
-7
lines changed
3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Integrating CodeRabbit with SaaS GitLab
3
3
description : Integrate CodeRabbit with SaaS GitLab.
4
- sidebar_label : SaaS GitLab
4
+ sidebar_label : GitLab.com
5
5
sidebar_position : 1
6
6
---
7
7
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ CodeRabbit supports various Git platforms to provide code review for your reposi
18
18
19
19
| Host | Support |
20
20
| ------------------- | ---------------------------------- |
21
- | GitLab.com | [ Supported] ( saas- gitlab.md) |
21
+ | GitLab.com | [ Supported] ( gitlab-com .md ) |
22
22
| GitLab Self Managed | [ Supported] ( self-hosted-gitlab.md ) |
23
23
24
24
## Azure DevOps
Original file line number Diff line number Diff line change 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' ;
5
6
6
7
const baseUrl = "/" ;
7
8
@@ -74,7 +75,7 @@ const config: Config = {
74
75
} ,
75
76
{
76
77
from : "/integrations/saas-gitlab" ,
77
- to : "/platforms/saas- gitlab" ,
78
+ to : "/platforms/gitlab-com " ,
78
79
} ,
79
80
{
80
81
from : "/integrations/self-hosted-gitlab" ,
@@ -88,6 +89,10 @@ const config: Config = {
88
89
from : "/platforms/saas-azure-devops" ,
89
90
to : "/platforms/azure-devops" ,
90
91
} ,
92
+ {
93
+ from : "/platforms/saas-gitlab" ,
94
+ to : "/platforms/gitlab-com" ,
95
+ } ,
91
96
92
97
] ,
93
98
} ,
You can’t perform that action at this time.
0 commit comments