mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-10 17:49:49 -04:00
d3deaeec08
## Summary - Update the `QuickstartLinks` component on the Getting Started (`/docs`) page to show all 16 quickstart guides instead of just 4 (TypeScript, C#, Rust, React) - The component now uses `useDocsVersion()` to filter items based on the active doc version, so v1.12 only shows quickstarts that exist in that version while v2.0 shows all 16 - Add new SVG logos for Vue, Nuxt, Svelte, Angular, TanStack Start, Deno, and C++ - Replace existing logos (React, Next.js, Node.js, Bun, Remix, HTML5) with consistent monochrome `currentColor` versions sourced from the spacetime-web homepage - Fix Rust logo visibility in dark mode by removing hardcoded `style="color: black;"` ## Test plan - [ ] Verify the Getting Started page on v2.0.0-rc1 shows all 16 quickstart cards - [ ] Verify the Getting Started page on v1.12.0 shows only the quickstarts that exist in that version (react, vue, svelte, typescript, rust, c-sharp) - [ ] Verify all card links navigate to the correct quickstart page - [ ] Verify logos are visible in both light and dark mode