Skip to content

fix(sidebar): align sections with gears-rust content restructure#14

Merged
Artifizer merged 2 commits into
mainfrom
fix/sidebar-sections-restructure
Jul 10, 2026
Merged

fix(sidebar): align sections with gears-rust content restructure#14
Artifizer merged 2 commits into
mainfrom
fix/sidebar-sections-restructure

Conversation

@Artifizer

@Artifizer Artifizer commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Replaces the stale nine-section sidebar 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 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.order frontmatter; the CLI section is synced from cargo-gears.

Summary by CodeRabbit

  • Documentation
    • Updated the documentation sidebar navigation to reflect the current table of contents.
    • Added dedicated sections for “Capabilities” and “Build with Gears.”
    • Consolidated contribution content under a single “Contribute” section.

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>
@coderabbitai

coderabbitai Bot commented Jul 10, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@Artifizer, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 58 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ba211165-0cc9-471b-9053-f541ac89f95b

📥 Commits

Reviewing files that changed from the base of the PR and between 438cb14 and 9d9c0e6.

📒 Files selected for processing (1)
  • astro.config.mjs
📝 Walkthrough

Walkthrough

The 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 contribute directory.

Changes

Sidebar navigation

Layer / File(s) Summary
Update sidebar sections
astro.config.mjs
Replaces the previous sidebar skeleton with TOC-derived ordering, adds autogenerated Capabilities and Build with Gears sections, and consolidates contribution navigation under Contribute.

Estimated code review effort: 1 (Trivial) | ~5 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the sidebar reorganization and content restructure reflected in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/sidebar-sections-restructure

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.

@Artifizer
Artifizer merged commit 9268bb0 into main Jul 10, 2026
3 checks passed
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.

1 participant