Add screenshot carousel, polish typography and theme styling#1807
Open
kmcginnes wants to merge 7 commits into
Open
Add screenshot carousel, polish typography and theme styling#1807kmcginnes wants to merge 7 commits into
kmcginnes wants to merge 7 commits into
Conversation
…ge to Astro - Add ScreenshotCarousel component with autoplay, prev/next, and dot nav - Copy existing screenshots to docs public/images for carousel slides - Add FeatureCard component using @lucide/astro icons (Search, ChevronsLeftRight, NotebookTabs, SwatchBook) - Convert index from MDX content page to src/pages/index.astro for full layout control over spacing - Move all custom components from src/components/starlight/ up to src/components/
…nd typography test page
…aders, button sizing
…up FeatureCard, add tab styles
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.
Description
Builds on the Starlight docs foundation with a polished landing page and refined theme:
tokens.css(design tokens) andcustom.css(component overrides) for maintainabilityHow to read
Start with
tokens.cssfor the design system, thencustom.cssfor component overrides. The landing page lives insrc/pages/index.astroand delegates toHero.astro,GraphBackground.astro,ScreenshotCarousel.astro, andFeatureCard.astro.Validation
pnpm checkspassesRelated Issues
Check List
pnpm checkspasses with no errors.pnpm testpasses with no failures.