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
refactor(docs): reorganize navigation structure#155
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
10 commits Select commitHold shift + click to select a range
10fb904 refactor(docs): reorganize navigation structure
tyaga001f55f85c docs: restructure sidebar with improved navigation
tyaga001a2f1a50 fix(docs): resolve markdown linting errors in quickstart guide
tyaga00118f4d27 docs: remove redundant tip from FAQ
tyaga001afd138a docs: remove redundant tip from FAQ
tyaga0018d4f248 docs: removed extra parenthesis
tyaga0013e7190a docs: removed extra space
tyaga0014526881 docs: removed extra space
tyaga0015cfcff4 docs: simplify getting started list structure
tyaga0014b123bc docs: simplify getting started list structure
tyaga001File 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/about/_category_.yml
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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| label:Platform | ||
| position:8 | ||
| collapsible:true | ||
| collapsed:false |
2 changes: 1 addition & 1 deletiondocs/about/support.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
84 changes: 77 additions & 7 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -79,16 +79,12 @@ Switch between organizations easily: | ||
| - ✅**New Commits**: Automatic review when pushed to any PR | ||
| - ⚡**Older PRs**: Use`@coderabbitai review` to trigger manually | ||
|  | ||
| ###Customization Options | ||
| -**Language Settings**: Configure review language in repository settings | ||
| -**Review Rules**: Customize via[Review Instructions](/guides/review-instructions) | ||
| -**Branch Selection**: Default branch reviews enabled by default (configurable) | ||
| ###Access & Permissions | ||
| @@ -104,7 +100,7 @@ Interact with CodeRabbit by: | ||
| 1. Replying directly to CodeRabbit comments | ||
| 2. Tagging`@coderabbitai` in PR discussions | ||
| 3. Adding review comments for specific lines | ||
| 4. Customize via[Review Instructions](/guides/review-instructions) | ||
| :::tip Collaboration Mode | ||
| When team members are active in PRs, use`@coderabbitai` to engage the bot. | ||
| @@ -137,5 +133,79 @@ In-trial and open-source plans have lower rate limits than the paid plan. In all | ||
| 3. That's it. CodeRabbit will automatically start reviewing your PRs | ||
| :::tip Need Help? | ||
| Visit our[Support](/about/support) page for additional assistance or reach out to our team on[Discord](http://discord.gg/coderabbit). | ||
| ::: | ||
| ##Account Management {#account-management} | ||
| ###How do I delete my CodeRabbit account? | ||
| :::danger Irreversible Account Deletion | ||
| Deleting your CodeRabbit account is permanent and cannot be undone. This action will permanently erase: | ||
| - Organization and Repository data | ||
| - AI Bot learnings and insights | ||
| - Subscriptions and billing information | ||
| - All settings and configurations | ||
| - Reports and recurring reports | ||
| - Third-party service integrations | ||
| ::: | ||
tyaga001 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| <Tabs> | ||
| <TabItemvalue="deletion"label="Account Deletion Steps"default> | ||
| 1. Sign into your CodeRabbit account | ||
| 2. Navigate to the **Subscription** page | ||
| 3. Click the orange **Delete Account** button | ||
| 4. Review the deletion confirmation modal | ||
| 5. Type "delete" to confirm | ||
| 6. Complete platform-specific cleanup steps below | ||
| :::info | ||
| The Delete Account button is only visible to admin users. | ||
| ::: | ||
| A confirmation modal will appear explaining the consequences of account deletion. You can expand each section for detailed information: | ||
| <div align="center"> | ||
|  | ||
|  | ||
| </div> | ||
| </TabItem> | ||
| <TabItemvalue="github"label="GitHub Cleanup"> | ||
| After account deletion, you must: | ||
| **Remove OAuth App:** | ||
| 1. Go to Organization settings | ||
| 2. Click **OAuth Application Policy** | ||
| 3. Find **coderabbitai** and click the pencil icon | ||
| 4. Click **Revoke** | ||
| **Uninstall GitHub App:** | ||
| 1. Go to Organization settings | ||
| 2. Click **GitHub Apps** | ||
| 3. Select **Configure** | ||
| 4. Click **Uninstall** | ||
| </TabItem> | ||
| <TabItemvalue="gitlab"label="GitLab Cleanup"> | ||
| Complete these steps: | ||
| 1. Remove OAuth App from User Settings > Applications | ||
| 2. Remove Webhook from Group > Project Settings > Webhooks | ||
| 3. Remove Bot User from Group > Manage > Members | ||
| </TabItem> | ||
| <TabItemvalue="azure"label="Azure DevOps Cleanup"> | ||
| 1. Go to Project Settings > Service Hooks | ||
| 2. Delete CodeRabbit webhooks | ||
| 3. Remove CodeRabbit user or delete associated Personal Access Token | ||
| </TabItem> | ||
| </Tabs> | ||
| :::warning Post-Deletion Steps | ||
| The platform-specific cleanup steps are necessary to completely remove CodeRabbit access. Without completing these steps: | ||
| - CodeRabbit may retain some platform permissions | ||
| - Signing back in will recreate minimal account data | ||
| ::: | ||
tyaga001 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
4 changes: 4 additions & 0 deletionsdocs/getting-started/_category_.yml
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,4 @@ | ||
| label:Getting Started | ||
| position:2 | ||
| collapsible:true | ||
| collapsed:false |
2 changes: 1 addition & 1 deletiondocs/configure-coderabbit.md → docs/getting-started/configure-coderabbit.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
55 changes: 55 additions & 0 deletionsdocs/getting-started/quickstart.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| --- | ||
| title:Playing with CodeRabbit | ||
| sidebar_label:Quickstart | ||
| description:Get started with CodeRabbit in less than 2 minutes | ||
| sidebar_position:1 | ||
| --- | ||
| #Quickstart Guide | ||
| :::note | ||
| Get started with CodeRabbit in three simple steps. No complex configuration needed. | ||
| ::: | ||
| ##Steps to Enable CodeRabbit | ||
| ###Sign In with GitHub | ||
| - Visit[coderabbit.ai](https://coderabbit.ai) | ||
| - Click "Sign in with GitHub" | ||
| - Authorize CodeRabbit | ||
|  | ||
tyaga001 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| ###Add Your Repository | ||
| - Go to your[Dashboard](https://app.coderabbit.ai/dashboard) | ||
| - Click "Add Repositories" | ||
| - Select the repositories you want to enable | ||
|  | ||
| ###You're Done 🎉 | ||
| - CodeRabbit will automatically start reviewing your Pull Requests | ||
| - Default configuration works out of the box | ||
| - No additional setup needed | ||
| ##What's Next? | ||
| - Watch CodeRabbit | ||
| - Here's an example of CodeRabbit in action: | ||
|  | ||
| -[View live example PR](https://github.com/tyaga001/devtoolsacademy/pull/39) | ||
| -[Configure CodeRabbit](/getting-started/configure-coderabbit) (optional) | ||
| -[Add custom review instructions](/guides/review-instructions) (optional) | ||
| ##Need Help? | ||
| - Join our[Discord community](https://discord.gg/coderabbit) for support | ||
| - Check out our[FAQ](/faq) | ||
| - Contact[support@coderabbit.ai](mailto:support@coderabbit.ai) | ||
| :::tip | ||
| CodeRabbit starts working immediately. You can customize its behavior later when needed. | ||
| ::: | ||
4 changes: 2 additions & 2 deletionsdocs/guides/_category_.yml
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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| label:Guides | ||
| position:5 | ||
| collapsible:true | ||
| collapsed:false |
117 changes: 0 additions & 117 deletionsdocs/guides/delete-account.md
This file was deleted.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
2 changes: 1 addition & 1 deletiondocs/guides/review-instructions.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
2 changes: 1 addition & 1 deletiondocs/integrations/_category_.yml
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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| label:Integrations | ||
| position:7 | ||
| collapsible:true | ||
| collapsed:false |
4 changes: 4 additions & 0 deletionsdocs/overview/_category_.yml
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,4 @@ | ||
| label:Overview | ||
| position:1 | ||
| collapsible:true | ||
| collapsed:false |
4 changes: 2 additions & 2 deletionsdocs/introduction.md → docs/overview/introduction.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| id:introduction | ||
| title:Introduction | ||
| sidebar_label:Introduction | ||
| sidebar_position:1 | ||
| description: | ||
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.