This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11---
22title : Integrating CodeRabbit with SaaS GitLab
33description : Integrate CodeRabbit with SaaS GitLab.
4- sidebar_label : SaaS GitLab
4+ sidebar_label : GitLab.com
55sidebar_position : 1
66---
77
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
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
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' ;
56
67const 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 } ,
You can’t perform that action at this time.
0 commit comments