Skip to content

docs: add sidebar icon for Discoveries API reference group#318

Merged
pengying merged 1 commit intomainfrom
pengying/discoveries-icon
Apr 7, 2026
Merged

docs: add sidebar icon for Discoveries API reference group#318
pengying merged 1 commit intomainfrom
pengying/discoveries-icon

Conversation

@pengying
Copy link
Copy Markdown
Contributor

@pengying pengying commented Apr 7, 2026

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
grid-flow-builder Ready Ready Preview, Comment Apr 7, 2026 1:12am

Request Review

@mintlify
Copy link
Copy Markdown

mintlify bot commented Apr 7, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Grid 🟢 Ready View Preview Apr 7, 2026, 1:12 AM

Copy link
Copy Markdown
Contributor Author

pengying commented Apr 7, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@pengying pengying marked this pull request as ready for review April 7, 2026 04:29
@pengying pengying merged commit 59b44f1 into main Apr 7, 2026
7 checks passed
@pengying pengying deleted the pengying/discoveries-icon branch April 7, 2026 04:29
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 7, 2026

Greptile Summary

This PR adds a sidebar icon for the Discoveries API reference group by introducing a new SVG file (IconSquareChecklistMagnifyingGlass.svg) and a single CSS rule in style.css that mirrors the established pattern for all other sidebar group icons. No logic, content, or schema changes are included.

Confidence Score: 5/5

Safe to merge — purely additive documentation styling change with no logic or content impact.

Two-file change: a new SVG and a single CSS rule, both following the exact established pattern used by every other sidebar group icon. No P0 or P1 findings.

No files require special attention.

Important Files Changed

Filename Overview
mintlify/images/icons/IconSquareChecklistMagnifyingGlass.svg New 20×20 SVG icon for the Discoveries sidebar group; matches existing icon dimensions and will render correctly under the global CSS filter.
mintlify/style.css Adds CSS rule wiring the new SVG as background-image for the Discoveries sidebar group button::before pseudo-element, consistent with all other group icon rules.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["docs.json nav group\n'Discoveries'"] --> B["li[data-title='Discoveries']
DOM element"]
    B --> C["button::before\npseudo-element"]
    C --> D["background-image:\nIconSquareChecklistMagnifyingGlass.svg"]
    D --> E["Global CSS filter\n(brightness/invert → gray tone)"]
Loading

Reviews (1): Last reviewed commit: "docs: add sidebar icon for Discoveries A..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants