diff options
Diffstat (limited to 'docs/nav.ts')
-rw-r--r-- | docs/nav.ts | 3 |
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.`, }), |