aboutsummaryrefslogtreecommitdiff
path: root/docs/nav.ts
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-05-16 10:47:00 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-16 10:47:00 -0700
commit366eba78f0b9b2c58cdd46b906275fc8382da977 (patch)
tree8966c3964aeacc4a7f61a69164467e9ebf37b6e1 /docs/nav.ts
parent60bc804c58b18e99763b2d05e81bafa46800092f (diff)
downloadbun-366eba78f0b9b2c58cdd46b906275fc8382da977.tar.gz
bun-366eba78f0b9b2c58cdd46b906275fc8382da977.tar.zst
bun-366eba78f0b9b2c58cdd46b906275fc8382da977.zip
Tweaks to bundler docs (#2867)
* WIP * Fix typo * Updates * Document --compile * Add bundler benchmark * Remove esbuild * Add bench to docs * Add buttons * Updates
Diffstat (limited to 'docs/nav.ts')
-rw-r--r--docs/nav.ts3
1 files changed, 3 insertions, 0 deletions
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.`,
}),