Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): minor fixes in guides landing page #741

Merged
merged 9 commits into from
Jul 18, 2024
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
Loading