From 35b809ff99bd099148998a5787aea80bb25808ef Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 01:29:21 +0000 Subject: [PATCH] Update quick start cards cgen-d4e36902d2e448c18c173ef79d78ccae --- client/pages/docs/DocsOverview.tsx | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/client/pages/docs/DocsOverview.tsx b/client/pages/docs/DocsOverview.tsx index 4e08411f..e26fd084 100644 --- a/client/pages/docs/DocsOverview.tsx +++ b/client/pages/docs/DocsOverview.tsx @@ -29,25 +29,33 @@ import { const quickStartCards = [ { - title: "Platform Overview", - description: "Get familiar with AeThex platform features and capabilities", + title: "Platform tour", + description: "Walk through dashboard, passport, and community experiences", + icon: LayoutDashboard, + href: "/docs/platform", + duration: "6 min read", + difficulty: "Beginner", + isNew: true, + }, + { + title: "Project setup", + description: "Launch your first AeThex project with guided onboarding", icon: Rocket, href: "/docs/getting-started", duration: "5 min read", difficulty: "Beginner", }, { - title: "First Tutorial", + title: "First tutorial", description: "Follow your first interactive tutorial to build something amazing", icon: Play, href: "/docs/tutorials", duration: "15 min", difficulty: "Beginner", - isNew: true, }, { - title: "API Integration", + title: "API integration", description: "Learn how to integrate with AeThex APIs and services", icon: Code, href: "/docs/api", @@ -55,7 +63,7 @@ const quickStartCards = [ difficulty: "Intermediate", }, { - title: "CLI Tools", + title: "CLI tools", description: "Master the command line tools for efficient development", icon: Terminal, href: "/docs/cli", @@ -63,7 +71,7 @@ const quickStartCards = [ difficulty: "Intermediate", }, { - title: "Platform Integrations", + title: "Platform integrations", description: "Embed partner agents and automate external workflows", icon: LinkIcon, href: "/docs/integrations",