Skip to content

docs(board-status): collapse CI badge matrix behind <details>#94

Merged
zackees merged 1 commit intomainfrom
docs/collapse-board-status-matrix
Apr 18, 2026
Merged

docs(board-status): collapse CI badge matrix behind <details>#94
zackees merged 1 commit intomainfrom
docs/collapse-board-status-matrix

Conversation

@zackees
Copy link
Copy Markdown
Member

@zackees zackees commented Apr 18, 2026

Summary

  • Wrap the per-platform CI badge matrix in docs/BOARD_STATUS.md inside a <details><summary>Expand CI badge matrix</summary> block so it is hidden by default.
  • Keeps the page short when readers are scrolling to the supported-platforms reference further down.

Closes #93.

Test plan

  • Render docs/BOARD_STATUS.md on github.com and confirm the badge matrix is collapsed by default and expands/collapses correctly.
  • Confirm inner ### family headings still render inside the <details> group (blank line after <summary> preserved).

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • CI badge matrix is now collapsible, hidden by default behind an expandable control for improved readability of the board status documentation.

Wrap the per-platform CI badge matrix in docs/BOARD_STATUS.md inside a
<details><summary> block so it is hidden by default. The matrix now sits
behind "Expand CI badge matrix", keeping the page short for readers who
are scrolling to the board reference below.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@zackees zackees merged commit 34286cb into main Apr 18, 2026
74 of 76 checks passed
@zackees zackees deleted the docs/collapse-board-status-matrix branch April 18, 2026 15:12
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 18, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 13c1585f-8d35-404b-bbdd-818a57369fb2

📥 Commits

Reviewing files that changed from the base of the PR and between f86d17a and b9bef59.

📒 Files selected for processing (1)
  • docs/BOARD_STATUS.md

📝 Walkthrough

Walkthrough

The CI badge matrix in the board status documentation has been wrapped in a collapsible HTML <details> element, allowing readers to expand the platform build matrix on demand rather than displaying it prominently by default.

Changes

Cohort / File(s) Summary
Documentation - Collapsible CI Badges
docs/BOARD_STATUS.md
Wrapped the "Per-platform CI badges" section with <details> and <summary> tags to collapse the badge matrix, reducing initial page length and improving navigation.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Hop, hop, hooray! The badges now hide,
Behind clickety-details with expandable pride,
No more endless scrolling through our CI array,
Just click to reveal—much neater today! ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/collapse-board-status-matrix

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.

zackees added a commit that referenced this pull request Apr 18, 2026
…#93) (#94)"

Keep the per-platform CI badge matrix expanded by default — at-a-glance
visibility is preferred over reducing page length. Reopens #93 with a
"won't fix" stance.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

Collapse platform build matrix behind a <details> group

1 participant