This repository was archived by the owner on Aug 16, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork69
docs: overhaul 'Add CodeRabbit to Your Repository' section with new styling and reusable components (#438)#463
Closed
PrasadBhat4 wants to merge9 commits intocoderabbitai:mainfromPrasadBhat4:PrasadBhat4/add-coderabbit-docs-improvements
Uh oh!
There was an error while loading.Please reload this page.
Closed
Changes fromall commits
Commits
Show all changes
9 commits Select commitHold shift + click to select a range
4bc9f73 docs: convert introduction to MDX and add React components for better UI
mohd-khan096aabb8d docs: add Quickstart guide and replace FeatureList with ListItems com…
mohd-khan0924e6ad7 docs: WIP Quickstart ##438
mohd-khan09f8aa7f3 docs: added reusable components with Introduction Page (#438)
2991900 docs: added quickstart page (#438)
d6436da docs: modified chat bubble to include custom colors
de79b5b docs: removing unnecessary screenshot (#438)
dd9403c docs: add coderabbit to your repository section UI enhancements
fbaebc3 Merge branch 'main' into PrasadBhat4/add-coderabbit-docs-improvements
PrasadBhat4File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
6 changes: 3 additions & 3 deletionsdocs/faq.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletionsdocs/getting-started/adding-organizations.md
This file was deleted.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
42 changes: 42 additions & 0 deletionsdocs/getting-started/adding-organizations.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| 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</> | ||
| ]} | ||
| /> | ||
|  | ||
|  | ||
| 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 deletionsdocs/getting-started/quickstart.md
This file was deleted.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.