Polish docs site with custom theme, interactive hero, and link fixes#1763
Open
kmcginnes wants to merge 17 commits into
Open
Polish docs site with custom theme, interactive hero, and link fixes#1763kmcginnes wants to merge 17 commits into
kmcginnes wants to merge 17 commits into
Conversation
…shed components Add animated graph background to the hero section with mouse-reactive nodes, switch color palette to slate/violet using Tailwind OKLCH values, add frosted nav bar, gradient CTA button, and consistent card/link-card/pagination styling. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Relative links from non-index pages used ./ or ../ incorrectly for Starlight's URL structure where each page gets its own directory level. Also removes duplicate/unused images, cancels the rAF animation loop on view transition navigation, and removes dead CSS variables and a no-op media query. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The page covers database version recommendations, not hardware requirements. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… tab
Starlight renders the browser tab as "{page title} | {site title}", so
setting page title to "Docs" gives "Docs | Graph Explorer" while the
hero still displays "Every Connection Tells a Story" as the headline.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Primary button brightens on hover; minimal button transitions to accent color matching the secondary button hover behavior. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…cher Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Gives the docs site a branded identity, replaces plain markdown with Starlight's built-in components, fixes broken relative links, and adds view transitions.
Theme & Landing Page
Starlight Components & Content
LinkCard,CardGrid,Steps,Tabs, andBadgecomponents throughoutLink & Asset Fixes
Infrastructure
astro-vtbotworkflow_dispatchinput for building docs from a specific branchValidation
pnpm docs:buildpasses (26 pages, no warnings)prefers-reduced-motionoklch(from ...)) — acceptable for a developer docs audienceRelated Issues
Check List
pnpm checkspasses with no errors.pnpm testpasses with no failures.