feat(docusaurus): refresh typography, category colors, and card hover states - #4348
Open
jimmieego wants to merge 1 commit into
Open
feat(docusaurus): refresh typography, category colors, and card hover states#4348jimmieego wants to merge 1 commit into
jimmieego wants to merge 1 commit into
Conversation
jimmieego
added a commit
to jimmieego/mcp
that referenced
this pull request
Jul 26, 2026
jimmieego
added a commit
to jimmieego/mcp
that referenced
this pull request
Jul 26, 2026
jimmieego
added a commit
to jimmieego/mcp
that referenced
this pull request
Jul 26, 2026
jimmieego
added a commit
to jimmieego/mcp
that referenced
this pull request
Jul 26, 2026
jimmieego
added a commit
to jimmieego/mcp
that referenced
this pull request
Jul 26, 2026
jimmieego
added a commit
to jimmieego/mcp
that referenced
this pull request
Jul 26, 2026
… states - Add src/categoryMeta.ts as the single source of truth mapping each server category to an accent color (4.5:1 contrast on white) and a Feather icon; ServerCards consumes it instead of inline icon maps. - Color-code server cards by category: tinted icon chip, colored category label, and a category-colored top hairline revealed on hover, with lift + shadow and prefers-reduced-motion support. - Support ?category= / ?workflow= URL params to pre-filter the catalog and add a "Clear filters" button. - Introduce AWS brand typography (Public Sans + IBM Plex Mono via Google Fonts) and design tokens in custom.css: Squid Ink headings, Cloudscape action blue primary, neutral ink ramp, footer orange rule. - Restyle the re:Invent callout on the intro page to match.
jimmieego
force-pushed
the
docs/docusaurus-catalog-retheme
branch
from
July 26, 2026 17:17
1f6468e to
022c7fe
Compare
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.
Fixes N/A
Summary
Changes
Visual refresh of the documentation site, scoped to typography, category color coding, and server card hover interactions. No content or routing changes.
src/categoryMeta.tsas a single source of truth mapping each of the 10 server categories to an accent color and a Feather icon. All colors clear 4.5:1 contrast on white.ServerCardsconsumes it instead of its previous inline icon maps.prefers-reduced-motion.?category=and?workflow=URL params on the catalog so links can open a pre-filtered view, and add a "Clear filters" button.custom.css: Squid Ink headings, Cloudscape action blue as the Infima primary, a neutral ink ramp, and a Smile Orange footer rule.User experience
Before: all server cards look identical regardless of category (single blue accent, plain text category tag), system default fonts, and no way to link to a filtered catalog view.
After: each category has a consistent accent color across icon, label, and hover treatment, making the catalog easier to scan; headings and body text use AWS brand typography; catalog views are deep-linkable via URL params. Verified with
npm run build(bothenandjalocales pass link checking; the one broken-anchor warning onhealthimaging-mcp-server#installationis pre-existing).Screenshots
Server catalog (
/servers):Card hover state (first card hovered — after adds a lift, shadow, and category-colored top hairline):
Intro page typography (Public Sans body/headings, Squid Ink heading color):
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Is this a breaking change? (Y/N) N
RFC issue number: N/A
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.