diff options
Diffstat (limited to 'docs/nav.ts')
-rw-r--r-- | docs/nav.ts | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/docs/nav.ts b/docs/nav.ts index b5111220a..55ef9a929 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -214,30 +214,29 @@ export default { // page("runtime/nodejs", "Node.js APIs"), - divider("Ecosystem"), + // divider("Ecosystem"), // page("ecosystem/react", "React", { // description: `The Bun runtime supports JSX syntax out of the box and optimizes server-side rendering.`, // }), - page("ecosystem/express", "Express", { - description: `Servers built with Express and other major Node.js HTTP libraries work out of the box.`, - }), - page("ecosystem/elysia", "Elysia", { - description: `Get started with Elysia, a Bun-native framework designed for the edge.`, - }), - page("ecosystem/hono", "Hono", { - description: `Hono is an ultra-fast, Bun-friendly web framework designed for edge environments.`, - }), + // page("ecosystem/express", "Express", { + // description: `Servers built with Express and other major Node.js HTTP libraries work out of the box.`, + // }), + // page("ecosystem/elysia", "Elysia", { + // description: `Get started with Elysia, a Bun-native framework designed for the edge.`, + // }), + // page("ecosystem/hono", "Hono", { + // description: `Hono is an ultra-fast, Bun-friendly web framework designed for edge environments.`, + // }), // page("ecosystem/buchta", "Buchta", { // description: `Buchta is a Bun-native fullstack framework for Svelte and Preact apps.`, // }), - page("ecosystem/stric", "Stric", { - description: `Stric is a minimalist, fast web framework for Bun.`, - }), - - page("ecosystem/awesome", "Awesome", { - href: "https://github.com/apvarun/awesome-bun", - description: ``, - }), + // page("ecosystem/stric", "Stric", { + // description: `Stric is a minimalist, fast web framework for Bun.`, + // }), + // page("ecosystem/awesome", "Awesome", { + // href: "https://github.com/apvarun/awesome-bun", + // description: ``, + // }), divider("API"), page("api/http", "HTTP server", { |