diff options
Diffstat (limited to 'docs/nav.ts')
-rw-r--r-- | docs/nav.ts | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/nav.ts b/docs/nav.ts index 79953347e..88bbed5d5 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -26,13 +26,14 @@ export default { page("index", "What is Bun?"), page("installation", "Installation"), page("quickstart", "Quickstart"), - page("typescript", "TypeScript"), + // page("typescript", "TypeScript"), divider("CLI"), page("cli/run", "`bun run`"), page("cli/install", "`bun install`"), page("cli/test", "`bun test`"), page("cli/create", "`bun create`"), + page("cli/bunx", "`bunx`"), // page("bundler", "Bundler"), // page("cli/bun-install", "`bun install`"), // page("cli/bun-create", "`bun create`"), @@ -50,7 +51,14 @@ export default { page("runtime/hot", "Hot reloading"), // page("runtime/loaders", "Loaders"), page("runtime/plugins", "Plugins"), - page("runtime/nodejs", "Node.js APIs"), + // page("runtime/nodejs", "Node.js APIs"), + + divider("Ecosystem"), + page("ecosystem/nodejs", "Node.js"), + page("ecosystem/typescript", "TypeScript"), + page("ecosystem/react", "React"), + page("ecosystem/express", "Express"), + page("ecosystem/awesome", "Awesome Bun"), divider("API"), page("api/http", "HTTP"), // "`Bun.serve`"), |