diff --git a/docs/platforms/azure-devops.md b/docs/platforms/azure-devops.md index 8e5608c1..12b70765 100644 --- a/docs/platforms/azure-devops.md +++ b/docs/platforms/azure-devops.md @@ -70,7 +70,7 @@ you will need to add the Personal Access Token. management. - **Use the CodeRabbit logo as the profile picture** - This further ensures easy recognition. You can download our logo from - [here](/img/integrations/logo.svg "download"). + [here](/img/integrations/logo.png "download"). ### Key Points to Remember diff --git a/docs/platforms/github-enterprise-server.md b/docs/platforms/github-enterprise-server.md index 35f459bb..2e8a6876 100644 --- a/docs/platforms/github-enterprise-server.md +++ b/docs/platforms/github-enterprise-server.md @@ -130,6 +130,8 @@ Keep the following details handy: ![GitHub App Client ID & Secret](/img/integrations/github-app-client-id-secret.png) +We recommend using the CodeRabbit [logo](/img/integrations/logo.png) as the profile picture to ensures easy recognition. + ### **Step 4: CodeRabbit UI Onboarding** Submit the details that were accumulated in previous steps: diff --git a/docs/platforms/self-hosted-gitlab.md b/docs/platforms/self-hosted-gitlab.md index 4ef7623c..53fae56f 100644 --- a/docs/platforms/self-hosted-gitlab.md +++ b/docs/platforms/self-hosted-gitlab.md @@ -71,6 +71,8 @@ After the user is created, you can retrieve the **User ID** from that user's profile and generate an [**access token**](#generating-personal-access-token). The access token is used to post reviews on merge requests. +We recommend using the CodeRabbit [logo](/img/integrations/logo.png) as the profile picture to ensures easy recognition. + #### **Creating OAuth2 application** For self-managed GitLab, we recommend creating an instance-wide application diff --git a/docs/self-hosted/azure-devops.md b/docs/self-hosted/azure-devops.md index 68b2321b..966413d0 100644 --- a/docs/self-hosted/azure-devops.md +++ b/docs/self-hosted/azure-devops.md @@ -16,6 +16,8 @@ The self-hosted option is only available for CodeRabbit Enterprise customers wit - **Username**: Set the username to "CodeRabbit" for easier identification (optional). - **Profile Image**: Use the CodeRabbitAI logo for the user image (optional). +We recommend using the CodeRabbit [logo](/img/integrations/logo.png) as the profile picture to ensures easy recognition. + ## Add User to Projects Add the CodeRabbit user to each project where you want CodeRabbit to post reviews, with rights to post reviews & open PRs. diff --git a/docs/self-hosted/bitbucket.md b/docs/self-hosted/bitbucket.md index 2512cda4..f07abb5e 100644 --- a/docs/self-hosted/bitbucket.md +++ b/docs/self-hosted/bitbucket.md @@ -16,6 +16,8 @@ The self-hosted option is only available for CodeRabbit Enterprise customers wit - **Username**: Set the username to "CodeRabbit" for easier identification (optional). - **Profile Image**: Use the CodeRabbitAI logo for the user image (optional). +We recommend using the CodeRabbit [logo](/img/integrations/logo.png) as the profile picture to ensures easy recognition. + ## Add User to Projects Add the CodeRabbit user to each project where you want CodeRabbit to post reviews, with permissions to: diff --git a/docs/self-hosted/github.md b/docs/self-hosted/github.md index cbb14c41..15f4e980 100644 --- a/docs/self-hosted/github.md +++ b/docs/self-hosted/github.md @@ -42,6 +42,8 @@ Set the following events: - Push - Release +We recommend using the CodeRabbit [logo](/img/integrations/logo.png) as the profile picture to ensures easy recognition. + ## Gather information from the GitHub App - App ID diff --git a/docs/self-hosted/gitlab.md b/docs/self-hosted/gitlab.md index e1203036..7337b231 100644 --- a/docs/self-hosted/gitlab.md +++ b/docs/self-hosted/gitlab.md @@ -16,6 +16,8 @@ The self-hosted option is only available for CodeRabbit Enterprise customers wit - **Username**: Set the username to "CodeRabbit" for easier identification (optional). - **Profile Image**: Use the CodeRabbitAI logo for the user image (optional). +We recommend using the CodeRabbit [logo](/img/integrations/logo.png) as the profile picture to ensures easy recognition. + ## Add User to Projects Add the CodeRabbit user to each project where you want CodeRabbit to post reviews, with at least `Developer` access. diff --git a/static/img/integrations/logo.png b/static/img/integrations/logo.png new file mode 100644 index 00000000..18eb4911 Binary files /dev/null and b/static/img/integrations/logo.png differ