Docs: Add templates to guides (#24732)

Adds template cards to the TanStack Start and Next.js guides
This commit is contained in:
Lydia Hallie
2025-11-14 16:45:21 -08:00
committed by GitHub
parent b2c219a56c
commit 8650e7ace4
8 changed files with 121 additions and 41 deletions

View File

@@ -11,6 +11,12 @@ export const GuidesList = () => {
href: "/guides/ecosystem/tanstack-start",
cta: "View guide",
},
{
category: "Ecosystem",
title: "Use Next.js with Bun",
href: "/guides/ecosystem/nextjs",
cta: "View guide",
},
{
category: "Ecosystem",
title: "Build a frontend using Vite and Bun",
@@ -23,12 +29,6 @@ export const GuidesList = () => {
href: "/guides/runtime/typescript",
cta: "View guide",
},
{
category: "Streams",
title: "Convert a ReadableStream to a string",
href: "/guides/streams/to-string",
cta: "View guide",
},
{
category: "HTTP",
title: "Write a simple HTTP server",