diff --git a/client/pages/DocsLayout.tsx b/client/pages/DocsLayout.tsx index c67ed2cb..89cf0b64 100644 --- a/client/pages/DocsLayout.tsx +++ b/client/pages/DocsLayout.tsx @@ -30,6 +30,11 @@ const navigation = [ href: "/docs/getting-started", icon: BookOpen, }, + { + name: "Platform", + href: "/docs/platform", + icon: LayoutDashboard, + }, { name: "Tutorials", href: "/docs/tutorials",