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",