Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ai-tools/cursor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -233,17 +233,17 @@ Example of accordion groups:

Example of cards and card groups:

<Card title="Getting started guide" icon="rocket" href="/quickstart">
<Card title="Getting started guide" icon="rocket" href="/sdk/overview">
Complete walkthrough from installation to your first API call in under 10 minutes.
</Card>

<CardGroup cols={2}>
<Card title="Authentication" icon="key" href="/auth">
Learn how to authenticate requests using API keys or JWT tokens.
<Card title="Client quickstart" icon="key" href="/sdk/client/quickstart">
Learn how to set up and configure the SDK client for payments.
</Card>

<Card title="Rate limiting" icon="clock" href="/rate-limits">
Understand rate limits and best practices for high-volume usage.
<Card title="Limitations" icon="clock" href="/sdk/limitations">
Understand current limitations and best practices for usage.
</Card>
</CardGroup>

Expand Down
Loading