docs: polish documentation for GitHub Pages#35
Merged
Conversation
- Update all internal links to include /PolyBoard base path - Add LaunchpadGrid component to landing page - Change active page indicator to orange (matches real device) - Use bars icon for quantize button (better semantic fit) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Use dark icon color for quantize button (visible on white background) - Light all bottom row control buttons with dim hint 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove control buttons from corners (keep space for alignment) - Add small dark circle in top-left for setup button representation - Handle responsive sizing for setup button on mobile 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Change quantise button to dim hint color (consistent with other controls) - Add left/right arrow buttons for scale transposition 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Astro automatically prepends the base path to internal links, so links should not include /PolyBoard prefix. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add custom SiteTitle component with colored spans - Use HTML spans in hero title for bi-color effect - Add CSS for .poly (cyan) and .board (magenta) colors 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Astro does not automatically prepend base path to: - Frontmatter hero action links - Markdown content links These need explicit /PolyBoard prefix. Sidebar links (in astro.config.mjs) are handled by Starlight and should NOT include the base. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove redundant bullet points under The Layout section - Fix Btn component: page-1 now orange, quantise uses bars icon - Add transpose-up/transpose-down buttons with left/right caret icons - Update Quick Controls table with correct icons and add transpose row - Reorder octave buttons to match visual layout (down, up) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Icons now always display (not tied to showLabel prop) - Page buttons now render as circles (added to isRound list) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Labels now always show for buttons without icons (like page buttons), regardless of the showLabel prop. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Bootloader mode only requires holding Setup while powering up, no need to disconnect USB first. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Settings are saved when exiting Setup mode, not automatically. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add interval-1/2/3/4 button variants with magenta on interval-3 (default) - Fix transpose button names (transpose-up/transpose-down) for arrow display 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Use interval-* buttons with magenta on interval-3 (default) - Fix transpose button names for arrow icon display 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Replace ASCII art with visual grid showing: - MIDI channels (rows 1-2) - Velocity curves (row 3) - Aftertouch modes (row 4) - Setup button lit white, page buttons active 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add 'logo' variant to LaunchpadGrid showing boot logo (P cyan, B magenta) - Add 'indices' variant showing button index numbers for developers - Move releases page under Reference section in sidebar - Update landing page to display boot logo grid - Update Button Indices page to use grid component instead of ASCII art 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/PolyBoardbase path for GitHub Pages deploymentbarsicon for quantize button (better semantic fit thanrandom)Test plan
🤖 Generated with Claude Code