Skip to content

docs: overhaul 'Add CodeRabbit to Your Repository' section with new styling and reusable components (#438) #463

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
6 changes: 3 additions & 3 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ View step by step instructions depending on your platform:

<Tabs>
<TabItem value="github" label="GitHub" default>
See our [GitHub App installation guide](./platforms/github-com.md) for step-by-step instructions.
See our [GitHub App installation guide](./platforms/github-com.mdx) for step-by-step instructions.
</TabItem>
<TabItem value="gitlab" label="GitLab">
Follow our [GitLab integration guide](/platforms/gitlab-com.mdx) to get started.
</TabItem>
<TabItem value="bitbucket" label="Bitbucket">
Check out the [Bitbucket installation steps](/platforms/bitbucket-cloud.md) for detailed setup.
Check out the [Bitbucket installation steps](/platforms/bitbucket-cloud.mdx) for detailed setup.
</TabItem>
<TabItem value="azure" label="Azure DevOps">
View our [Azure DevOps setup guide](/platforms/azure-devops.md) for complete installation instructions.
View our [Azure DevOps setup guide](/platforms/azure-devops.mdx) for complete installation instructions.
</TabItem>
</Tabs>

Expand Down
27 changes: 0 additions & 27 deletions docs/getting-started/adding-organizations.md

This file was deleted.

42 changes: 42 additions & 0 deletions docs/getting-started/adding-organizations.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: Add organizations
description: Learn how to add new organizations to CodeRabbit
---

import InfoBox from "../../src/components/InfoBox"
import ListItems from "../../src/components/ListItems"
import Note from "../../src/components/Note"

To add new organizations to CodeRabbit, follow these steps:

<ListItems
orderedList
items={[
<>Navigate to <a href="https://coderabbit.ai">coderabbit.ai</a></>,
<>Click the "Refresh" button next to your organizations list to check for new organizations</>,
<>Find the organization you want to add in the list</>,
<>Click the "Grant" button next to the organization name</>
]}
/>

![Checking for new organizations](../../static/img/getting-started/check-for-new-orgs.png)

![Granting permission to organization](../../static/img/getting-started/grant-permission.png)

This will grant CodeRabbit access to the selected organization, allowing it to:

<ListItems
items={[
"Read organization and team membership",
"Read organization projects",
"Access user email addresses (read-only)"
]}
/>

<Note type="note">
Organizations control which applications are allowed to access their private data. You may need organization admin approval to complete this process.
</Note>

## What's next {#whats-next}

- [Manage your subscription](/getting-started/subscription-management)
138 changes: 0 additions & 138 deletions docs/getting-started/quickstart.md

This file was deleted.

Loading
Loading