Skip to content

Conversation

@danciaclara
Copy link
Collaborator

@danciaclara danciaclara commented Sep 16, 2025

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Improvement (change that would cause existing functionality to not work as expected)
  • Code refactoring
  • Performance improvements
  • Documentation update

Screenshots and Media (if applicable)

Test Scenarios

References

Summary by CodeRabbit

  • Documentation
    • Added a tip in the Inbox docs explaining that inbox alerts are also sent via email by default, with a link to manage notification preferences in Account Settings.
    • Updated site navigation by removing the “Performance” section from the tutorial sidebar, simplifying the docs menu.

@vercel
Copy link

vercel bot commented Sep 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Sep 16, 2025 2:18pm

@coderabbitai
Copy link

coderabbitai bot commented Sep 16, 2025

Walkthrough

Added a tip admonition about email notifications to the Inbox documentation page. Commented out the “Performance” category in the tutorial sidebar configuration, removing it from the rendered sidebar. No code logic or public API changes.

Changes

Cohort / File(s) Summary of change
Docs: Inbox page
docs/core-concepts/inbox.mdx
Inserted a tip admonition detailing default email notifications and linking to Account Settings notifications section.
Docs site config: Sidebar
sidebars.ts
Commented out the “Performance” category block in tutorialSidebar, effectively removing it from navigation.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

I nudge the docs with gentle paws,
A tip pops up—email’s the cause.
The sidebar’s path gets trimmed just right,
Performance naps, out of sight.
Thump-thump! I hop through links so bright—
Inbox sings, settings in sight. 🐇✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title is partially accurate: it correctly references the added note on the Inbox page, but the provided diff does not show any changes removing "Hypermode" (the only other change is commenting out the "Performance" sidebar category), so the title is misleading about the Hypermode removal.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fixes-16-9-2025

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between bae11a3 and 3dc80e6.

📒 Files selected for processing (2)
  • docs/core-concepts/inbox.mdx (1 hunks)
  • sidebars.ts (1 hunks)
🔇 Additional comments (2)
docs/core-concepts/inbox.mdx (1)

17-21: Admonition looks good — target anchor verified.
Link to /core-concepts/account/settings#notifications resolves; no change needed.

sidebars.ts (1)

147-153: Delete commented "Performance/Hypermode" sidebar block — no doc found.

Repo search found no docs matching docs/**/hyper-mode.*; remove the commented block in sidebars.ts to avoid resurrecting an orphaned page. No redirect required.

File: sidebars.ts
Lines: 147-153

Apply this diff to remove the commented block:

-   /* {
-      type: "category",
-      collapsed: false,
-      label: "Performance",
-      items: ["performance/hyper-mode"],
-    },
-    */

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@danciaclara danciaclara requested review from pushya22 and removed request for sriramveeraghanta September 16, 2025 14:18
@danciaclara danciaclara merged commit cc585fa into master Sep 16, 2025
4 checks passed
@danciaclara danciaclara deleted the fixes-16-9-2025 branch September 16, 2025 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants