From 3bc02e48ca3e098764350ccd9c4bb9ee61e89368 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sat, 6 May 2023 12:41:03 -0700 Subject: [PATCH] Comment out buchta from docs The repo is archived, so it should not appear in our docs --- docs/nav.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/nav.ts b/docs/nav.ts index b0f0932e3f..f1dd92c351 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.`, }),