Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Add supported git platforms page in documentation#72

Merged
hasit merged 3 commits intomainfromhasit/platforms
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes fromall 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
2 changes: 1 addition & 1 deletiondocs/faq.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,7 @@
title: FAQs
sidebar_label: FAQs
description: Frequently asked questions about CodeRabbit.
sidebar_position:7
sidebar_position:8
---

### General
Expand Down
2 changes: 1 addition & 1 deletiondocs/guides/_category_.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
label: Guides
position:5
position:6
collapsible: true
collapsed: true
2 changes: 1 addition & 1 deletiondocs/integrations/_category_.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
label: Integrations
position:6
position:7
collapsible: true
collapsed: true
4 changes: 4 additions & 0 deletionsdocs/platforms/_category_.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
label: Supported Git Platforms
position: 5
collapsible: true
collapsed: true
38 changes: 38 additions & 0 deletionsdocs/platforms/platforms.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
---
title: Supported Git Platforms
sidebar_label: Supported Git Platforms
description: Overview of CodeRabbit's supported Git platforms.
sidebar_position: 1
---

CodeRabbit supports various Git platforms to provide code review for your repositories. For the cloud-hosted Git platforms, you can [login][login] to CodeRabbit and add your repositories. The following platforms are supported:

## GitHub

| Host | Support |
|--------------------------|------------------------------------|
| GitHub.com | [Supported][login] |
| GitHub Enterprise Server | [Supported](self-hosted-github.md) |

## GitLab

| Host | Support |
|---------------------|------------------------------------|
| GitLab.com | [Supported](saas-gitlab.md) |
| GitLab Self Managed | [Supported](self-hosted-gitlab.md) |

## Azure DevOps

| Host | Support |
|---------------------|-------------|
| Azure DevOps Cloud | Coming soon |
| Azure DevOps Server | Coming soon |

## Bitbucket

| Host | Support |
|-----------------------|-------------|
| Cloud | Coming soon |
| Bitbucket Data Center | Coming soon |

[login]: https://app.coderabbit.ai/login
12 changes: 12 additions & 0 deletionsdocusaurus.config.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -72,6 +72,18 @@ const config: Config = {
from: "/guides/configure-coderabbit",
to: "/configure-coderabbit",
},
{
from: "/integrations/saas-gitlab",
to: "/platforms/saas-gitlab",
},
{
from: "/integrations/self-hosted-gitlab",
to: "/platforms/self-hosted-gitlab",
},
{
from: "/integrations/self-hosted-github",
to: "/platforms/self-hosted-github",
},
],
},
],
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp