mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Docs: Add templates to guides (#24732)
Adds template cards to the TanStack Start and Next.js guides
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user