Comment out buchta from docs

The repo is archived, so it should not appear in our docs
This commit is contained in:
Jarred Sumner
2023-05-06 12:41:03 -07:00
parent 9d7ecf7909
commit 3bc02e48ca

View File

@@ -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.`,
}),