Update quick start cards
cgen-d4e36902d2e448c18c173ef79d78ccae
This commit is contained in:
parent
0e90f5d210
commit
35b809ff99
1 changed files with 15 additions and 7 deletions
|
|
@ -29,25 +29,33 @@ import {
|
||||||
|
|
||||||
const quickStartCards = [
|
const quickStartCards = [
|
||||||
{
|
{
|
||||||
title: "Platform Overview",
|
title: "Platform tour",
|
||||||
description: "Get familiar with AeThex platform features and capabilities",
|
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,
|
icon: Rocket,
|
||||||
href: "/docs/getting-started",
|
href: "/docs/getting-started",
|
||||||
duration: "5 min read",
|
duration: "5 min read",
|
||||||
difficulty: "Beginner",
|
difficulty: "Beginner",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "First Tutorial",
|
title: "First tutorial",
|
||||||
description:
|
description:
|
||||||
"Follow your first interactive tutorial to build something amazing",
|
"Follow your first interactive tutorial to build something amazing",
|
||||||
icon: Play,
|
icon: Play,
|
||||||
href: "/docs/tutorials",
|
href: "/docs/tutorials",
|
||||||
duration: "15 min",
|
duration: "15 min",
|
||||||
difficulty: "Beginner",
|
difficulty: "Beginner",
|
||||||
isNew: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "API Integration",
|
title: "API integration",
|
||||||
description: "Learn how to integrate with AeThex APIs and services",
|
description: "Learn how to integrate with AeThex APIs and services",
|
||||||
icon: Code,
|
icon: Code,
|
||||||
href: "/docs/api",
|
href: "/docs/api",
|
||||||
|
|
@ -55,7 +63,7 @@ const quickStartCards = [
|
||||||
difficulty: "Intermediate",
|
difficulty: "Intermediate",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "CLI Tools",
|
title: "CLI tools",
|
||||||
description: "Master the command line tools for efficient development",
|
description: "Master the command line tools for efficient development",
|
||||||
icon: Terminal,
|
icon: Terminal,
|
||||||
href: "/docs/cli",
|
href: "/docs/cli",
|
||||||
|
|
@ -63,7 +71,7 @@ const quickStartCards = [
|
||||||
difficulty: "Intermediate",
|
difficulty: "Intermediate",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Platform Integrations",
|
title: "Platform integrations",
|
||||||
description: "Embed partner agents and automate external workflows",
|
description: "Embed partner agents and automate external workflows",
|
||||||
icon: LinkIcon,
|
icon: LinkIcon,
|
||||||
href: "/docs/integrations",
|
href: "/docs/integrations",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue