diff options
author | 2023-02-24 16:33:53 -0800 | |
---|---|---|
committer | 2023-02-24 16:33:53 -0800 | |
commit | 18362505429f99662f4423264147896d23313dbe (patch) | |
tree | f3589c33ca01a3d1118836732f55fc05bf87f30c /docs/nav.ts | |
parent | 1d85b5efa83a28c46e50ebae041ac480b33fb116 (diff) | |
download | bun-18362505429f99662f4423264147896d23313dbe.tar.gz bun-18362505429f99662f4423264147896d23313dbe.tar.zst bun-18362505429f99662f4423264147896d23313dbe.zip |
Docs tweaks (#2160)
* Tweaks
* Add ecosystem. Add bunx. Flesh out install.
* Tweaks
* Add TS to installation
* Tweaks
* New readme
* Write new readme
* Tweak
* Center header
* Bun
* tweaks
* No dollar sign
* Fix links
* Update
* Tweak
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`"), |