feat(docs): revamp site with Starlight 0.39 re-skin and landing page#27
Draft
aminevg wants to merge 1 commit into
Draft
feat(docs): revamp site with Starlight 0.39 re-skin and landing page#27aminevg wants to merge 1 commit into
aminevg wants to merge 1 commit into
Conversation
Port the approved prototype redesign into the docs site as a CSS-first
re-skin on stock Starlight — the brand is expressed by remapping
Starlight's own design tokens plus Expressive Code config, with no
component overrides beyond the net-new landing pieces.
- Upgrade @astrojs/starlight 0.38 -> 0.39 (migrate autogenerated sidebar
groups to the new items[] shape)
- Add Fraunces (Fontsource variable) as the display typeface, remap the
accent to indigo in both themes, and theme asides, file tree, tabs,
TOC, sidebar, and code frames through tokens
- Add a landing page: hero emblem with glow-ring, two code cards, a
feature CardGrid, and an install block, plus new CodeCard, CodeCards,
HonoLogo, and AstroLogo components
The landing code samples use the current @gomighty/hono API
(mighty() middleware + c.render({ component, props })).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Port the approved prototype redesign into the docs site as a CSS-first re-skin on stock Starlight 0.39. The brand is expressed by remapping Starlight's own design tokens plus Expressive Code config — no component overrides beyond the net-new landing pieces. Neutrals stay on Starlight's stock hue-224 palette, which already matched the prototype.
Changes
@astrojs/starlight0.38 → 0.39 and migrate autogenerated sidebar groups to the newitems[]shape.noteaside, FileTree highlight pill, install tabs, TOC, sidebar-current entry, and Expressive Code frames through tokens /styleOverrides.CardGrid, and an install block — with newCodeCard,CodeCards,HonoLogo, andAstroLogocomponents.@gomighty/honoAPI (mighty()middleware +c.render({ component, props })).Notes
*.htmlfiles in the repo root are intentionally left uncommitted.guides/backend-adapters/hono.mdxstill documents a stalestartServer/render/shareAPI (pre-existing) — worth a follow-up.