mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-08-08 02:00:37 -04:00
## 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
4 lines
294 B
XML
4 lines
294 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80" fill="none">
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M40 0L0 14.2L6.1 61.8L40 80L73.9 61.8L80 14.2L40 0ZM40 8.8L15.1 64.5H24.4L29.4 51.6H50.5L55.5 64.5H64.8L40 8.8ZM48 44.7H32L40 25.4L48 44.7Z" fill="currentColor"/>
|
|
</svg>
|