From fbafbd3394a2c1a1112df148fa2b151ee0955cc5 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 13 Sep 2023 21:36:35 -0700 Subject: Reorganize Intro section --- docs/nav.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/nav.ts') 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.", }), -- cgit v1.2.3