Skip to content

👷 Add Prettier #126

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

Merged
merged 2 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
🩹 Fix tip in introduction that swallowed the whole page
  • Loading branch information
NatoBoram committed Oct 31, 2024
commit 7ca2ecfd491b268d5f351fc1c060203913f57261
1 change: 1 addition & 0 deletions docs/about/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ additional comments generated for each review, and so on.
:::info
Review status is useful for understanding the auxiliary context of the review.
:::

![CodeRabbit- Review Status](/img/about/ReviewStatus.png)

### 3. Chat with CodeRabbit {#chat-with-coderabbit}
Expand Down
2 changes: 0 additions & 2 deletions docs/guides/delete-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ will permanently erase all data associated with your account, including:
### Deleting the CodeRabbit Account via the UI

:::info

Only accounts where the user has admin access will be deleted.

:::

Sign into your CodeRabbit account and navigate to the **Subscription** page.
Expand Down
5 changes: 2 additions & 3 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ slug: "/"
Developers can interact directly with the bot within the code, offering additional context, asking questions, or even having the bot generate code. Over time, **CodeRabbit** learns from user input and improves its suggestions.

:::tip

> See CodeRabbit in action and watch the demo video below to see how it delivers real-time, context-aware feedback on your pull requests in just a few minutes.
> :::
See CodeRabbit in action and watch the demo video below to see how it delivers real-time, context-aware feedback on your pull requests in just a few minutes.
:::

<div class="video-container">
<iframe src="https://www.youtube.com/embed/3SyUOSebG7E?si=i0oT9RAnH0PW81lY" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowFullScreen></iframe>
Expand Down