Redesign docs site home and examples pages#2421
Merged
keller-mark merged 7 commits intomainfrom Feb 23, 2026
Merged
Conversation
- Rewrite homepage with split hero layout (dark bg), features strip, randomized examples mosaic, platforms section, and publication section with Nature Methods paper PDF cover and abstract - Add theme-aware example screenshots (light/dark, 1920x800) generated via Playwright script - Redesign examples page with grid layout, tag filtering, and theme-aware screenshot thumbnails - Modernize footer with citation, contact info, and cleaner layout - Update navbar: reorder items, rename App to Playground - Refresh design tokens and typography (Inter font, teal accent) - Add SVG feature icons and placeholder image Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The AppStyles CSS selector was targeting the first navbar link (Examples) instead of the second (Playground). Updated the selector to use the adjacent sibling combinator twice to correctly highlight the Playground item. Also added activeBasePath for the Examples link. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
Size Change: 0 B Total Size: 7.44 MB ℹ️ View Unchanged
|
Contributor
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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.
Towards #2416
Summary
AppStylesthat was incorrectly highlighting the "Examples" navbar item instead of "Playground" when on the Playground page (/#?edit=true)activeBasePathfor the Examples navbar link to scope its active state correctlyTest plan
/#?edit=true(Playground) and verify "Playground" is highlighted, not "Examples"/examples/and verify "Examples" is highlighted/#?dataset=<demo>and verify "Playground" is highlighted🤖 Generated with Claude Code