diff --git a/docs/nav.ts b/docs/nav.ts index 416c5fd09b..6bf25b26e9 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -116,6 +116,9 @@ export default { page("runtime/nodejs-apis", "Node.js compatibility", { description: `Bun aims for full Node.js compatibility. This page tracks the current compatibility status.`, }), + page("bundler/executables", "Single-file executable", { + description: "Compile a TypeScript or JavaScript file to a standalone executable", + }), page("runtime/plugins", "Plugins", { description: `Implement custom loaders and module resolution logic with Bun's plugin system.`, }), @@ -204,9 +207,6 @@ 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 executable", - }), page("bundler/macros", "Macros", { description: `Run JavaScript functions at bundle-time and inline the results into your bundle`, }),