Skip to content

Commit 41a45c8

Browse files
committed
card and sidebar
1 parent 800c361 commit 41a45c8

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

docs/docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"group": "Quickstart",
2222
"pages": [
2323
"quickstart/applications",
24-
"quickstart/clients",
2524
{
2625
"group": "Build integrations",
2726
"pages": [
2827
"quickstart/introduction",
2928
"quickstart/server",
3029
"quickstart/middleware"
3130
]
32-
}
31+
},
32+
"quickstart/clients"
3333
]
3434
}
3535
]

docs/introduction.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ Choose the path that fits your needs:
269269
Build agentic applications powered by AG-UI compatible agents.
270270
</Card>
271271

272-
273272
<Card
274273
title="Build new AG-UI integrations"
275274
icon="plug"
@@ -302,19 +301,19 @@ Dive deeper into AG-UI's core concepts and capabilities:
302301
icon="sitemap"
303302
iconType="light"
304303
color="#3B82F6"
305-
href="/docs/concepts/architecture"
304+
href="/concepts/architecture"
306305
>
307306
Understand how AG-UI connects agents, protocols, and front-ends
308307
</Card>
309308

310309
<Card
311-
title="Transports"
312-
icon="network-wired"
310+
title="Events"
311+
icon="bolt"
313312
iconType="light"
314313
color="#3B82F6"
315-
href="/docs/concepts/transports"
314+
href="/concepts/events"
316315
>
317-
Learn about AG-UI's communication mechanism
316+
Learn about AG-UI's event-driven protocol
318317
</Card>
319318
</CardGroup>
320319

docs/quickstart/clients.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Build clients"
33
description:
4-
"Build a conversational CLI agent from scratch using AG-UI and Mastra"
4+
"Showcase: build a conversational CLI agent from scratch using AG-UI and Mastra"
55
---
66

77
# Introduction

0 commit comments

Comments
 (0)