Add monochrome icons to integration navigation - #530
Merged
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
juecd
approved these changes
Aug 31, 2026
There was a problem hiding this comment.
Risk Assessment: Low
Decision: No re-approval (existing approval stands). Risk did not increase after this update.
Re-evaluation (synchronize)
HEAD is still fc59ce39 (merge of main into the feature branch). The three-dot diff vs main is unchanged in scope from the prior Low assessment. The merge only brought already-merged main docs into the branch; it does not add PR-unique production logic.
This automation already approved this commit. A human reviewer has also approved. Per policy, this run does not approve again and does not dismiss.
What the diff actually changes
docs.json: additiveiconpaths on four existing Integrations nav groups (Claude, Computer Use Models, Stripe Projects, Vercel). No pages, redirects, theme, or OpenAPI changes.- 13 static SVGs under
images/integration-icons/. Path/stroke logos only — no<script>, event handlers,foreignObject, or external resource loads. - 8 integration MDX files: one
iconfrontmatter line each. Page bodies are unchanged. style.css: presentation rules scoped to/images/integration-icons/(14px size, opacity/scale tweaks, dark-mode invert, flexorderso icons sit consistently in sidebar buttons).
Why Low (not Very Low)
- Docs presentation only. No application logic, auth, billing, permissions, or infrastructure.
- Blast radius is Integrations sidebar/page icons on the Mintlify site.
- Easy to reason about: icon path wiring plus CSS attribute selectors.
- No
CODEOWNERSfile, so codeowner review is not required. - Classified Low rather than Very Low because the CSS flex
orderrules depend on Mintlify’s sidebar button DOM (li > button > divchildren). If that structure differs, icon/chevron alignment could look off. That is visual-only and easy to revert.
Sent by Cursor Automation: Assign PR reviewers
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.


Adds consistent monochrome icons to integration pages and navigation groups with tuned sizing, left alignment, and dark-mode support.
Note
Low Risk
Documentation and CSS-only changes with no impact on APIs, auth, or product runtime behavior.
Overview
Adds monochrome integration icons across the Mintlify docs so the Integrations sidebar and pages show consistent branding.
New SVGs live under
images/integration-icons/. Standalone integration MDX pages (1Password, Browser Use, Hermes, Laminar, Stagehand, Terraform, Val Town, Vibium) now set aniconin frontmatter; nested nav groups indocs.json(Claude, Computer Use Models, Stripe Projects, Vercel) get matchingiconfields.style.cssstandardizes icon size and opacity, applies per-logo scale tweaks, reorders flex children so icons sit left of labels in sidebar buttons, and inverts icons in dark mode.Reviewed by Cursor Bugbot for commit fc59ce3. Bugbot is set up for automated code reviews on this repo. Configure here.