Front-end updates#2609
Merged
Merged
Conversation
7e669ec to
ebf7721
Compare
Contributor
📚 Mintlify Preview Links✨ Added (7 total)🖼️ Images (6)
⚙️ Other (1)
📝 Changed (4 total)📄 Pages (2)
⚙️ Other (2)
🗑️ Deleted (5 total)View deleted files🖼️ Images (3)
⚙️ Other (2)
🤖 Generated automatically when Mintlify deployment succeeds |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Checked against: https://wb-21fd5541-df-front-end-updates.mintlify.app |
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 75.6%, saving 161.9 KB.
|
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 10.3%, saving 5.4 KB.
|
96db193 to
f0a1e2d
Compare
a3f2582 to
60505ee
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
0734532 to
430e97d
Compare
17e3a56 to
2dff552
Compare
35ffce2 to
a34d0f3
Compare
b77ad41 to
cd5e6c7
Compare
…dability and visual hierarchy.
johndmulhausen
approved these changes
May 13, 2026
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
Refreshes the public docs front end around the Mintlify Aspen theme: brand-aligned gold primary (
#FCBC32), new endorsed wordmark logos, a modular CSS layer (css/styles.cssand imports) that overrides Mintlify chrome (layout, top bar, sidebar, cards, buttons), and a simplified home page with updated metadata and product cards that use the new styling.Motivation / context
snippets/button-links.csswith a maintainable stylesheet tree and shared design tokens (css/colors.css).What changed
Mintlify configuration (
docs.json)mint→aspen.#ffb633→#FCBC32(light/dark entries updated)./button-links.css→/css/styles.css.Endorsed_primary_blackwhite.svgandEndorsed_primary_goldwhite.svg(previouslogo_light.svg/logo_dark.svgremoved).format: woff2removed in the diff).New CSS architecture (
css/)css/styles.css: ordered@importentry point (tokens → layout → nav → components).css/colors.css: Mintlify:rootoverrides (e.g.--background-light/--background-dark,--primary-foreground,--page-texture) plus custom hex tokens and.darkoverrides for cards, strokes, sidebar, text, and texture URL.css/typography.css:--font-serif/--font-sans, global sans default, serif headings with weight 400.css/layout.css: warm page background, halftone dot PNG (light-dots.png/dark-dots.png), transparency overrides onmain,#background-color, and removal of Mintlify’s inline radial-gradient overlay so the texture shows through.css/topbar.css: navbar background + texture, fixed logo dimensions, nav tab/dropdown colors and active states, right-rail control font sizes, Sign Up / Ask AI / Dismiss banner button contrast.css/sidebar.css: sidebar backgrounds, Source Sans for groups/items, active item and TOC styling, muted nav tag pill text.css/buttons.css: in-content button-style links (Colab, try-in-product, GitHub, compactsource-link) usingcolor-mix()with tokens; Ask AI submit and chat assistant send button/icon contrast fixes.css/cards.css:.product-cardchrome aligned with tokens; Mintlify.card.blockhover/border overrides; changelog update labels and orange badges tuned to brand amber.Assets and housekeeping
css/assets/light-dots.png,css/assets/dark-dots.png.icons/Endorsed_primary_blackwhite.svg,icons/Endorsed_primary_goldwhite.svg.icons/logo.svg,icons/logo_light.svg,icons/logo_dark.svg.style.css→css/_unused/style.css,table-styling.css→css/_unused/table-styling.css.Home page and
ProductCardindex.mdx: page title and description updated; product card subtitles cleared; bullet quick links under each card removed; W&B Models card passesiconSize={20}.snippets/ProductCard.jsx: switches to vertical layout withproduct-cardclasses; icons rendered as a CSS-masked span tinted to brand amber; optionaliconSizeprop (default 16); title/body useproduct-card-title/product-card-body.Removed
snippets/button-links.css(superseded bycss/buttons.cssand related imports).Breaking changes / migration
/button-links.cssas the only custom CSS must use/css/styles.css(already wired indocs.json).logo_*.svgfiles will 404; use the new Endorsed SVGs.Risk / review focus
!importantin places). A Mintlify upgrade could shift DOM or Tailwind classes.:has()for the logo link; confirm on narrow viewports and localized nav.descriptioninindex.mdxfront matter: confirm this is intentional for SEO/social previews.How to test
mint devand confirm the dev server starts without MDX/CSS errors.mint broken-linksafter the build config change..colab-link,.try-product-link,.github-source-link,.source-link.<Card>if used on representative pages.Commits
4212d6fe1— Front-end updates