diff options
author | 2023-05-06 12:41:03 -0700 | |
---|---|---|
committer | 2023-05-06 12:41:03 -0700 | |
commit | 3bc02e48ca3e098764350ccd9c4bb9ee61e89368 (patch) | |
tree | 7ca6acc13e38d7062ba86450faa5ca9b0d6db09a /docs/nav.ts | |
parent | 9d7ecf7909f17835024c7754c38eed25e1dbb592 (diff) | |
download | bun-3bc02e48ca3e098764350ccd9c4bb9ee61e89368.tar.gz bun-3bc02e48ca3e098764350ccd9c4bb9ee61e89368.tar.zst bun-3bc02e48ca3e098764350ccd9c4bb9ee61e89368.zip |
Comment out buchta from docs
The repo is archived, so it should not appear in our docs
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.`, }), |