Draft
Conversation
Fix heading weight hierarchy (H2 was lighter than H3), constrain prose width to 800px, improve vertical rhythm with proportional spacing, add visual grouping to sidebar nav, replace TOC dot indicator with left border, and improve inline code contrast with darker backgrounds and borders.
37f9d25 to
8ee044b
Compare
Collaborator
|
Your site preview for commit 48e88eb is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-18388-48e88eb8.s3-website.us-west-2.amazonaws.com |
Collaborator
Lighthouse Performance ReportCommit: 48e88eb | Metric definitions
|
- Swap Gilroy to Inter for headings with tight letter-spacing on h1-h3 - Swap Iosevka/Roboto Mono to Monaspace Neon Var for code - Update violet accent to #673EAC for TOC active state - Increase code block border-radius to 8px - Increase callout border-radius to 16px with larger padding and icons - Remove unused Gilroy and Iosevka font files
Migrate all 66+ icon references across ~75 layout/template files and 8 content frontmatter files from Font Awesome to Phosphor Icons. Self-host Phosphor font files in static/fonts/phosphor/ with SCSS imports replacing the FA directory. Add ph-fw, ph-spin, and ph-2x utility classes. Update @extend references in convert and greenhouse-jobs-list components. Removes the entire fontawesome SCSS directory (18 files) and font files (15 files). Inline SVGs in superpower-icon.html and sparkle-arrow-cta.html are preserved as they use FA-derived class names independently.
Font files need to be in static/fonts/ (not theme/static/fonts/) to match the existing font file convention used by Inter and other fonts.
- Redesign /docs/ with quick-start pills, capability card grid, and compact link cards replacing the old button-card layout - Replace breadcrumb "/" separators with Phosphor caret icons, tighten spacing between breadcrumb and page title - Replace remaining FA icons in Stencil web components (llm-menu, install, top-button, registry search, pricing calculator, etc.) - Replace FA icons in docs content markdown files (get-started, download-install, ESC, resources) - Fix nav caret rotation using transform instead of rotate property so it works on Phosphor's inline icon elements
- Fix broken template literal in llm-menu.tsx (missing $ in caret icon class interpolation) - Update SCSS selectors in _docs-top-nav.scss and _llm-menu.scss from fa-chevron-* to ph-caret-* - Replace FA icon in tutorials/secure-kubernetes content file
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
No JS changes, no new dependencies. CSS/SCSS + one Hugo template change (4
<li>separator elements in sidebar nav).