feat(website): align docs chrome with the site theme and standardize the ST/ORM wordmark#276
Merged
Merged
Conversation
…the ST/ORM wordmark - Map the Docusaurus docs pages onto the marketing palette (background, panels, text, indigo accent, borders) and load Inter and JetBrains Mono there. Default to dark and remove the light/dark toggle. - Use the ST/ORM wordmark consistently across the navbar title and page titles (including og:title and twitter:title); leave running prose as "Storm". - Add a copy button to the git clone command on the benchmarks and example pages, reusing the existing copy-button component (icon only).
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.
Website theme and branding
custom.cssmaps these onto the Infima dark variables.colorModedefaults to dark, no longer respects the OS preference, and the light/dark switch is disabled, so the docs match the all-dark marketing pages.og:title/twitter:title) useST/ORMconsistently: homepage, Benchmarks, Comparison, Blog, Examples, Tutorials, plus the per-article Tutorials/Blog/Examples suffixes. Running prose stays "Storm".git clonebar on the benchmarks and example pages gets a copy button (icon only), reusing the existing copy-button component and clipboard wiring.Docs
Verified locally against the dev server (landing, docs, benchmarks, and an example page).