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", {