aboutsummaryrefslogtreecommitdiff
path: root/docs/nav.ts
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nav.ts')
-rw-r--r--docs/nav.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/nav.ts b/docs/nav.ts
index 55ef9a929..9eadf59be 100644
--- a/docs/nav.ts
+++ b/docs/nav.ts
@@ -38,10 +38,11 @@ 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", {
+ page("guides", "Guides", {
description: "A set of walkthrough guides and code snippets for performing common tasks with Bun",
href: "/guides",
}),
+
// page("typescript", "TypeScript"),
// divider("CLI"),