diff options
Diffstat (limited to 'docs/nav.ts')
-rw-r--r-- | docs/nav.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/nav.ts b/docs/nav.ts index b0f0932e3..f1dd92c35 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -199,9 +199,9 @@ export default { 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/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.`, }), |