Skip to content

Add self-hosted section and update category positions #110

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 6 commits into from
Oct 21, 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
Refactor webhook URLs in self-hosted documentation
  • Loading branch information
hasit committed Oct 21, 2024
commit f2843685f5bff15d5ab489f7d0bf841f65f4ca6e
4 changes: 2 additions & 2 deletions docs/self-hosted/azure-devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Consult official CodeRabbitAI documentation for a detailed [guide](https://docs.

## Add the necessary webhooks to each project

1. **Navigate to projects Service Hooks Page**: Go to the service hooks configuration page in the desired Azure DevOps project.
1. **Navigate to project's Service Hooks Page**: Go to the service hooks configuration page in the desired Azure DevOps project.

2. **Add the following webhooks:**
1. Pull request created
Expand Down Expand Up @@ -86,7 +86,7 @@ LINEAR_PAT=[<linear-personal-access-token>]

:::note

* Verify that 3 LLM models 4o-mini, 4o, and 4-turbo are available. If you are using Azure OpenAI, also verify their deployment names in the .env file.
* If you are using Azure OpenAI, verify that the model deployment names are in the .env file.
* Values marked with [] are not optional to provide.
* You can generate `CODERABBIT_API_KEY` from CodeRabbit UI -> Organizations Settings -> API Keys.

Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosted/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ OAUTH2_CLIENT_SECRET=[<client-secret>]

:::note

* Verify that 3 LLM models 4o-mini, 4o, and 4-turbo are available. If you are using Azure OpenAI, also verify their deployment names in the .env file.
* If you are using Azure OpenAI, verify that the model deployment names are in the .env file.
* Values marked with [] are optional to provide.
* For `GITHUB_APP_PEM_FILE`, flatten the PEM file by replacing newlines with `\n`.
* For `GITHUB_HOSTNAME`, use GitHub Enterprise server's hostname, for example, “github.acme-inc.com”
Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosted/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ LINEAR_PAT=[<linear-personal-access-token>]

:::note

* Verify that 3 LLM models 4o-mini, 4o, and 4-turbo are available. If you are using Azure OpenAI, also verify their deployment names in the .env file.
* If you are using Azure OpenAI, verify that the model deployment names are in the .env file.
* Values marked with [] are not optional to provide.
* You can generate `CODERABBIT_API_KEY` from CodeRabbit UI -> Organizations Settings -> API Keys.

Expand Down