docs: add sidebar icon for Discoveries API reference group#318
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Greptile SummaryThis PR adds a sidebar icon for the Discoveries API reference group by introducing a new SVG file ( Confidence Score: 5/5Safe 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.
|
| 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)"]
Reviews (1): Last reviewed commit: "docs: add sidebar icon for Discoveries A..." | Re-trigger Greptile

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