Skip to content

Commit 7a17d64

Browse files
Arya SikderArya Sikder
authored andcommitted
Reorganize intro page cards
1 parent 6e8b5e1 commit 7a17d64

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/dev/introduction/overview.mdx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,19 @@ description: "Build real-time voice AI agents in Python."
55

66
The Atoms SDK is the Python framework for building voice agents on the [Smallest AI platform](https://smallest.ai). It handles streaming audio, conversation state, and tool coordination so you can focus on your agent's logic.
77

8-
<Card title="Quick Start" icon="bolt" href="/dev/introduction/quickstart">
9-
Build your first agent.
10-
</Card>
11-
128
---
139

14-
## Learn
10+
## Get Started
1511

1612
<CardGroup cols={3}>
13+
<Card title="Quick Start" icon="bolt" href="/dev/introduction/quickstart">
14+
Build your first agent in minutes.
15+
</Card>
1716
<Card title="Core Concepts" icon="shapes" href="/dev/introduction/core-concepts/nodes">
1817
Nodes, Sessions, Events.
1918
</Card>
20-
<Card title="CLI" icon="terminal" href="/dev/introduction/cli">
21-
Dev tools.
22-
</Card>
2319
<Card title="Examples" icon="book-open" href="/dev/cookbooks/examples">
24-
Code samples.
20+
Full code samples.
2521
</Card>
2622
</CardGroup>
2723

@@ -45,4 +41,7 @@ The Atoms SDK is the Python framework for building voice agents on the [Smallest
4541
<Card title="Analytics" icon="chart-line" href="/dev/build/analytics/overview">
4642
Call metrics.
4743
</Card>
44+
<Card title="CLI" icon="terminal" href="/dev/introduction/cli">
45+
Dev tools.
46+
</Card>
4847
</CardGroup>

0 commit comments

Comments
 (0)