diff options
author | 2023-09-13 21:20:53 -0700 | |
---|---|---|
committer | 2023-09-13 21:22:41 -0700 | |
commit | 66c040142609c42d7a90bdf4d8233306449713d4 (patch) | |
tree | f8ba6fcbd61195b88d060ccbf69da70d1517be8d /docs/nav.ts | |
parent | 631c8268665e23b0702311a7c7bb23ebf6c51c30 (diff) | |
download | bun-66c040142609c42d7a90bdf4d8233306449713d4.tar.gz bun-66c040142609c42d7a90bdf4d8233306449713d4.tar.zst bun-66c040142609c42d7a90bdf4d8233306449713d4.zip |
Make TypeScript instructions easier to find
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 f2e521ccb..8a4c30dff 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -32,6 +32,9 @@ export default { page("installation", "Installation", { description: "Install Bun with npm, Homebrew, Docker, or the official install script.", }), + page("typescript", "TypeScript", { + description: "Install and configure type declarations for Bun's APIs", + }), page("quickstart", "Quickstart", { description: "Get started with Bun by building and running a simple HTTP server in 6 lines of TypeScript.", }), |