fix(sidebar): align sections with gears-rust content restructure#14
Conversation
Replace the stale nine-section skeleton (Getting Started, Guides, Architecture, Reference, Examples, Contributing) with the six sections that match the current docs/web-docs directories in gears-rust: Introduction, Capabilities, Build with Gears, CLI, Concepts, Contribute. The old config autogenerated from directories that no longer exist, producing empty/broken sidebar groups and hiding the new sections. Signed-off-by: Artfizer <artifizer@gmail.com>
|
Warning Review limit reached
Next review available in: 58 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. 📝 WalkthroughWalkthroughThe Astro sidebar configuration now follows the documentation TOC, adds autogenerated Capabilities and Build with Gears sections, and replaces prior contribution entries with a Contribute section sourced from the ChangesSidebar navigation
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Signed-off-by: Artfizer <artifizer@gmail.com>
Replaces the stale nine-section sidebar skeleton (Getting Started, Guides, Architecture, Reference, Examples, Contributing) with the six sections that match the current
docs/web-docsdirectories in gears-rust: Introduction, Capabilities, Build with Gears, CLI, Concepts, Contribute.The previous config autogenerated from directories that no longer exist, producing empty/broken sidebar groups and hiding the new sections (Capabilities, Build with Gears, Contribute).
Per-page order comes from each page's
sidebar.orderfrontmatter; the CLI section is synced from cargo-gears.Summary by CodeRabbit