diff options
Diffstat (limited to 'docs/nav.ts')
-rw-r--r-- | docs/nav.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/nav.ts b/docs/nav.ts index 13af7b20e..b5111220a 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -38,6 +38,10 @@ export default { page("templates", "Templates", { description: "Hit the ground running with one of Bun's official templates, or download a template from GitHub.", }), + page("templates", "Guides", { + description: "A set of walkthrough guides and code snippets for performing common tasks with Bun", + href: "/guides", + }), // page("typescript", "TypeScript"), // divider("CLI"), |