From 9d6729fef35d588e69919b68db0baec9742c5cdf Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 7 Mar 2025 01:34:01 -0800 Subject: [PATCH] docs: simplify bundler headings --- docs/nav.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/nav.ts b/docs/nav.ts index 518bd56472..62b1c8f356 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -215,10 +215,10 @@ export default { page("bundler", "`Bun.build`", { description: "Bundle code for consumption in the browser with Bun's native bundler.", }), - page("bundler/html", "Bundle frontend & static sites", { + page("bundler/html", "HTML & static sites", { description: `Zero-config HTML bundler for single-page apps and multi-page apps. Automatic bundling, TailwindCSS plugins, TypeScript, JSX, React support, and incredibly fast builds`, }), - page("bundler/css", "Bundle, transpile, and minify CSS", { + page("bundler/css", "CSS", { description: `Production ready CSS bundler with support for modern CSS features, CSS modules, and more.`, }), page("bundler/fullstack", "Fullstack Dev Server", {