aboutsummaryrefslogtreecommitdiff
path: root/docs/nav.ts
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-07-31 12:20:23 -0700
committerGravatar GitHub <noreply@github.com> 2023-07-31 12:20:23 -0700
commit404b90badc5856a74c06d04062c850003e28fed5 (patch)
tree7954623cf4a792db612d0bb229a227c2ff1e9fd8 /docs/nav.ts
parent67599f97adc77141331a5f4fc39e4d058dc70b2a (diff)
downloadbun-404b90badc5856a74c06d04062c850003e28fed5.tar.gz
bun-404b90badc5856a74c06d04062c850003e28fed5.tar.zst
bun-404b90badc5856a74c06d04062c850003e28fed5.zip
Add ecosystem guides (#3847)
* Add ecosystem guides * Update titles * Rename stric * Add unlink and fetch guides * Add formdata guide * Tweak title * Moar
Diffstat (limited to 'docs/nav.ts')
-rw-r--r--docs/nav.ts35
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", {