diff options
Diffstat (limited to 'docs/nav.ts')
-rw-r--r-- | docs/nav.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/nav.ts b/docs/nav.ts index 8a4c30dff..08f6cee44 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -32,12 +32,12 @@ 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.", }), + page("typescript", "TypeScript", { + description: "Install and configure type declarations for Bun's APIs", + }), page("templates", "Templates", { description: "Hit the ground running with one of Bun's official templates, or download a template from GitHub.", }), |