From 366eba78f0b9b2c58cdd46b906275fc8382da977 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Tue, 16 May 2023 10:47:00 -0700 Subject: Tweaks to bundler docs (#2867) * WIP * Fix typo * Updates * Document --compile * Add bundler benchmark * Remove esbuild * Add bench to docs * Add buttons * Updates --- docs/nav.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/nav.ts') diff --git a/docs/nav.ts b/docs/nav.ts index f1dd92c35..448d661af 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -166,6 +166,9 @@ export default { page("bundler/plugins", "Plugins", { description: `Implement custom loaders and module resolution logic with Bun's plugin system.`, }), + page("bundler/executables", "Executables", { + description: "Compile a TypeScript or JavaScript file to a standalone cross-platform executable", + }), page("bundler/migration", "Migration", { description: `Guides for migrating from other bundlers to Bun.`, }), -- cgit v1.2.3