From a90fca38603b77af76e679748145209d1e45b854 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 01:29:35 +0000 Subject: [PATCH] Add platform resource section cgen-4049783ae6f14b058643f51aabb14a61 --- client/pages/docs/DocsOverview.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) 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",