docs(readme): surface the two sibling clients near the top#7
Conversation
`ProjectConnector` (connect accounts for your users) and `OpenConnector` (self-hosted runtime) are the other two halves of the product, but both sat at the very bottom of the README, so a reader building for their own users or self-hosting had no early signal they existed. Add a `> [!TIP]` callout right after the hero code block that names the default `Connector` and links to both sibling sections. Mirror it across all five translations, each using its own translated heading anchors and established terminology (managed-auth / 托管认证 / 託管驗證 / マネージド認証 / управляемая аутентификация / authentification gérée). Signed-off-by: Kevin Cui <bh@bugs.cc>
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 42 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches✨ Simplify code
Comment |
ProjectConnector(connect accounts for your users) andOpenConnector(self-hosted runtime) are the other two halves of the product, but both sections sat at the very bottom of the README — a reader building for their own users or self-hosting had no early signal they existed.This adds a
> [!TIP]callout right after the hero code block that names the defaultConnectorand links to both sibling sections, so the two alternate entry points are visible near the top. The same callout is mirrored across all five translations (zh-CN, zh-TW, ja, ru, fr), each using its own translated heading anchors and established terminology (managed-auth / 托管认证 / 託管驗證 / マネージド認証 / управляемая аутентификация / authentification gérée). Nothing outside the callout changed.