diff --git a/client/pages/docs/DocsOverview.tsx b/client/pages/docs/DocsOverview.tsx index e26fd084..4b9e10c5 100644 --- a/client/pages/docs/DocsOverview.tsx +++ b/client/pages/docs/DocsOverview.tsx @@ -94,6 +94,14 @@ const resourceSections = [ ], badge: "6 tutorials", }, + { + title: "Platform Experience", + description: "Understand dashboard, passport, and collaboration spaces", + icon: LayoutDashboard, + href: "/docs/platform", + items: ["Dashboard", "Passport", "Community", "Mentorship"], + badge: "New", + }, { title: "API Reference", description: "Complete API documentation with examples",