Refactor website styles and bump deps#5
Merged
Conversation
Overhaul website styling and typography: replace Google font imports with system fonts, remove font variables from the HTML root, and apply extensive layout/visual refinements in globals.css (docs, sidebar, topbar, prose, tables, code blocks, responsive tweaks). Update layout.js to stop loading next/font Google fonts. Bump website dependencies (next to 16.2.6, mermaid to 10.9.6) and update package-lock.json accordingly (various @next and swc packages, dompurify, uuid, etc.). Update .gitignore to ignore .DS_Store, benchmarks/.DS_Store and /website/.agents; benchmarks/.DS_Store file updated.
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.
This pull request updates several dependencies and refines the documentation site’s visual design and typography. The most important changes include upgrading core packages (
next,mermaid,uuid, and others), enhancing the CSS for improved documentation layout and readability, and standardizing font usage and code block styling.Dependency Upgrades:
nextand all related SWC platform-specific packages from16.2.3to16.2.6for bug fixes and improved stability. (website/package.json,website/package-lock.json) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]mermaidfrom10.9.5to10.9.6and broadened itsuuiddependency range for compatibility with newuuidversions. (website/package.json,website/package-lock.json) [1] [2] [3]uuidfrom9.0.1to14.0.0for improved performance and features. (website/package-lock.json)dompurifyfrom3.3.3to3.4.7for enhanced security. (website/package-lock.json)Documentation Site Visual and Typography Improvements:
--font-sans,--font-heading, and--font-monovariables, and improved code block color and border styling for better readability. (website/src/app/globals.css) [1] [2]website/src/app/globals.css) [1] [2]website/src/app/globals.css)website/src/app/globals.css)These changes collectively modernize the documentation experience and keep dependencies up to date.Overhaul website styling and typography: replace Google font imports with system fonts, remove font variables from the HTML root, and apply extensive layout/visual refinements in globals.css (docs, sidebar, topbar, prose, tables, code blocks, responsive tweaks). Update layout.js to stop loading next/font Google fonts. Bump website dependencies (next to 16.2.6, mermaid to 10.9.6) and update package-lock.json accordingly (various @next and swc packages, dompurify, uuid, etc.). Update .gitignore to ignore .DS_Store, benchmarks/.DS_Store and /website/.agents; benchmarks/.DS_Store file updated.