From 790527803b95a204454aa5ada5e4b1c78b18320a Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 03:39:33 +0000 Subject: [PATCH] Add curriculum navigation entry cgen-977830c54a0940bd9dc171041c8c573f --- client/pages/DocsLayout.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/pages/DocsLayout.tsx b/client/pages/DocsLayout.tsx index d86bea92..329b55ee 100644 --- a/client/pages/DocsLayout.tsx +++ b/client/pages/DocsLayout.tsx @@ -31,6 +31,12 @@ const navigation = [ href: "/docs/getting-started", icon: BookOpen, }, + { + name: "Curriculum", + href: "/docs/curriculum", + icon: GraduationCap, + badge: "New", + }, { name: "Platform", href: "/docs/platform",