Add AI Agents roadmap on get-started and roadmaps pages

pull/8546/merge
Kamran Ahmed 1 day ago
parent 464bcb6c66
commit 5ba951e555
  1. 5
      src/components/Roadmaps/RoadmapsPage.tsx
  2. 7
      src/pages/get-started.astro

@ -388,6 +388,11 @@ const groups: GroupType[] = [
link: '/ai-engineer',
type: 'role',
},
{
title: 'AI Agents',
link: '/ai-agents',
type: 'role',
},
{
title: 'AI Red Teaming',
link: '/ai-red-teaming',

@ -356,6 +356,13 @@ import ChangelogBanner from '../components/ChangelogBanner.astro';
description='Learn all you need to become an AI Engineer.'
/>
<RoadmapCard
icon={ServerCog}
title='AI Agents'
link='/ai-agents'
description='Learn how to design, build and ship AI agents in 2025.'
/>
<RoadmapCard
icon={Bot}
title='Data Analyst'

Loading…
Cancel
Save