Skip to content

Commit

Permalink
fix(docs): minor fixes in guides landing page (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa authored Jul 18, 2024
1 parent 6454098 commit 2fba39e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/guides.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ import GuideMdx from "../components/guide-mdx"
path: "/guides/agentverse/registering-agent-services",
},
{
title: "Agentverse allowed imports",
title: "Agentverse: allowed imports",
description:
"A guide helping you in understanding what imports are allowed on the Agentverse.",
path: "/guides/agentverse/allowed-imports",
Expand Down Expand Up @@ -373,13 +373,13 @@ import GuideMdx from "../components/guide-mdx"
type: "Courses",
data: [
{
title: "Agents 101",
description: "A non-developer beginner level guide to get you started wit the basic concepts to create your first uAgents project.",
title: "Agents 101 🤖️",
description: "A non-developer beginner level guide to get you started with the basic concepts to create your first Agents project.",
path: "/guides/agent-courses/introductory-course"
},
{
title: "Agents 101 for AI Engine",
description: "A beginner level guide to get you started with the AI Engine, Agentverse Services and DeltaV.",
title: "Agents 101 for AI Engine 🤖",
description: "A beginner level guide to get you started with the AI Engine, Agentverse Functions and DeltaV.",
path: "/guides/agent-courses/agents-for-ai"
}
]
Expand Down

0 comments on commit 2fba39e

Please sign in to comment.