Skip to content

SaaS GitLab change to Gitlab.com and added relevant redirect Update GitLab sidebar label and link references in documentation #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
changes for the self-hosted-github to Github Enterprise Server
  • Loading branch information
aravindputrevu committed Sep 9, 2024
commit 6e5746b5d8b74931dcd853fdac7fec322e6146a1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: CodeRabbit for Self-Managed GitHub
description: Integrate CodeRabbit with your Self-Managed GitHub instance.
sidebar_label: Self-Managed GitHub
sidebar_label: Github Enteprise Server
sidebar_position: 3
---

Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CodeRabbit supports various Git platforms to provide code review for your reposi
| Host | Support |
| ------------------------ | ---------------------------------- |
| GitHub.com | [Supported][login] |
| GitHub Enterprise Server | [Supported](self-hosted-github.md) |
| GitHub Enterprise Server | [Supported](github-enterprise-server.md) |

## GitLab

Expand Down
6 changes: 5 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const config: Config = {
},
{
from: "/integrations/self-hosted-github",
to: "/platforms/self-hosted-github",
to: "/platforms/github-enterprise-server",
},
{
from: "/platforms/saas-azure-devops",
Expand All @@ -93,6 +93,10 @@ const config: Config = {
from: "/platforms/saas-gitlab",
to: "/platforms/gitlab-com",
},
{
from: "/platforms/self-hosted-github",
to: "/platforms/github-enterprise-server",
},

],
},
Expand Down