From d755bdc70e47594bceecdc09636be92f32dcec9f Mon Sep 17 00:00:00 2001 From: Gur Date: Sat, 18 Jan 2025 15:23:04 -0800 Subject: [PATCH 1/2] self-hosted docs update --- docs/platforms/platforms.md | 3 --- docs/self-hosted/_category_.yaml | 2 +- docusaurus.config.ts | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/platforms/platforms.md b/docs/platforms/platforms.md index e826bc96..3bf4bd87 100644 --- a/docs/platforms/platforms.md +++ b/docs/platforms/platforms.md @@ -13,7 +13,6 @@ CodeRabbit supports various Git platforms to provide code review for your reposi | ------------------------ | ---------------------------------------- | | GitHub.com | [Supported](jiasu.xzqcsaa.nyc.mn.md) | | GitHub Enterprise Server | [Supported](github-enterprise-server.md) | -| GitHub Self Hosted | [Supported](../self-hosted/github.md) | ## GitLab @@ -21,14 +20,12 @@ CodeRabbit supports various Git platforms to provide code review for your reposi | ------------------- | ------------------------------------- | | GitLab.com | [Supported](gitlab-com.mdx) | | GitLab Self Managed | [Supported](self-hosted-gitlab.md) | -| GitLab Self Hosted | [Supported](../self-hosted/gitlab.md) | ## Azure DevOps | Host | Support | | ------------------- | ------------------------------------------- | | Azure DevOps | [Supported](azure-devops.md) | -| Azure DevOps Server | [Supported](../self-hosted/azure-devops.md) | ## Bitbucket diff --git a/docs/self-hosted/_category_.yaml b/docs/self-hosted/_category_.yaml index 1025807f..84f0b578 100644 --- a/docs/self-hosted/_category_.yaml +++ b/docs/self-hosted/_category_.yaml @@ -1,4 +1,4 @@ -label: Self-Hosted +label: Self-Hosted CodeRabbit position: 4 collapsible: true collapsed: false diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 738de2d3..89116e3b 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -111,7 +111,7 @@ const config: Config = { { from: "/configure-coderabbit", to: "/getting-started/configure-coderabbit", - }, + } ], }, ], From cc00362e0a8bf79d8614a6444a3e5f3576765e8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 23:24:26 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20pnpm=20run=20lint:fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [dependabot skip] --- docs/platforms/platforms.md | 14 +++++++------- docusaurus.config.ts | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/platforms/platforms.md b/docs/platforms/platforms.md index 3bf4bd87..a0ed92b6 100644 --- a/docs/platforms/platforms.md +++ b/docs/platforms/platforms.md @@ -16,16 +16,16 @@ CodeRabbit supports various Git platforms to provide code review for your reposi ## GitLab -| Host | Support | -| ------------------- | ------------------------------------- | -| GitLab.com | [Supported](gitlab-com.mdx) | -| GitLab Self Managed | [Supported](self-hosted-gitlab.md) | +| Host | Support | +| ------------------- | ---------------------------------- | +| GitLab.com | [Supported](gitlab-com.mdx) | +| GitLab Self Managed | [Supported](self-hosted-gitlab.md) | ## Azure DevOps -| Host | Support | -| ------------------- | ------------------------------------------- | -| Azure DevOps | [Supported](azure-devops.md) | +| Host | Support | +| ------------ | ---------------------------- | +| Azure DevOps | [Supported](azure-devops.md) | ## Bitbucket diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 89116e3b..738de2d3 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -111,7 +111,7 @@ const config: Config = { { from: "/configure-coderabbit", to: "/getting-started/configure-coderabbit", - } + }, ], }, ],