- Notifications
You must be signed in to change notification settings - Fork45
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
PrasadBhat4 wants to merge9 commits intocoderabbitai:mainChoose a base branch fromPrasadBhat4:PrasadBhat4/add-coderabbit-docs-improvements
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
+2,878 −1,054
Open
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.