docs: modernize introduction page SVG figures#7352
Merged
Conversation
- Add light/dark mode support via prefers-color-scheme CSS media queries - Apply D2 theme 0 color palette (N1/N2/B1/B5 tokens) for consistency with other docs diagrams - Add subtle drop shadows for modern depth effect - Reduce stroke width from 2px to 1px for cleaner lines - Reduce corner radius from 12px to 6px on perf diagram boxes - Increase annotation text to 16px bold for better readability - Update font stack to NVIDIA Sans with system fallbacks - Make all text colors consistent (N1 for outside-box, white for inside accent fills) Signed-off-by: Dan Gil <dagil@nvidia.com> Made-with: Cursor
Contributor
dagil-nvidia
added a commit
that referenced
this pull request
Mar 13, 2026
Signed-off-by: Dan Gil <dagil@nvidia.com>
2 tasks
ShounakRay
pushed a commit
to ShounakRay/fuzzy-dynamo
that referenced
this pull request
Mar 20, 2026
Signed-off-by: Dan Gil <dagil@nvidia.com>
yao531441
pushed a commit
to yao531441/dynamo
that referenced
this pull request
May 13, 2026
Signed-off-by: Dan Gil <dagil@nvidia.com>
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
intro-foundations.svgandintro-perf.svg) to match the D2 theme 0 color scheme used by other docs diagramsprefers-color-schemeCSS media queries for automatic light/dark mode switchingDetails
The introduction page has two inline SVG diagrams (Venn foundations diagram, performance composability diagram) that were originally dark-mode-only with hardcoded colors. This PR updates them to:
discovery-plane.svgand other D2-rendered diagrams@media (prefers-color-scheme: dark)overrides, same pattern as the dark mode patch in all D2 diagramsfeDropShadow), 1px strokes, rx=6 corners, 16px annotation textfern/docs.ymltypography config with system fallbacksWhere Should the Reviewer Start?
Open
docs/assets/img/intro-foundations.svganddocs/assets/img/intro-perf.svgin a browser, toggle OS dark mode to verify both modes render correctly.Test Plan
Made with Cursor