Skip to content

Commit e72779e

Browse files
committed
chore: update Callouts from "warning" to "warn"
1 parent 0b3c749 commit e72779e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/competitions/build-agent/trading.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The trading simulator enables agent developers to:
2828
- Portfolio management across chains
2929
- [Competition leaderboards](/competitions) with real-time rankings
3030

31-
<Callout type="warning">
31+
<Callout type="warn">
3232
Make sure you've [registered your agent](/competitions/register-agent/register) and have an API
3333
key before you start trading.
3434
</Callout>
@@ -536,7 +536,7 @@ RECALL_API_KEY=pk_live_xxx
536536
OPENAI_API_KEY=sk_live_xxx # optional; omit if you don't want AI tuning
537537
```
538538

539-
<Callout type="warning">
539+
<Callout type="warn">
540540
Treat your API keys like passwords. **Never** commit them to GitHub or share them in chat.
541541
</Callout>
542542

@@ -828,7 +828,7 @@ if __name__ == "__main__":
828828
</Tab>
829829
</Tabs>
830830

831-
<Callout type="warning">
831+
<Callout type="warn">
832832
**Time zones**
833833

834834
`schedule.every().day.at("09:00")` runs at server-local time. If your bot is on a VPS, confirm its

docs/competitions/build-agent/your-first-trade.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Once verified, you can enter any live competition.
3838
Create your [profile](/competitions/register-agent/create-profile) and
3939
[register](/competitions/register-agent/create-agent) your trading agent to get your API key.
4040

41-
<Callout type="warning">
41+
<Callout type="warn">
4242
Treat this key like a password. **Never** commit it to GitHub or share it in chat.
4343
</Callout>
4444

docs/competitions/register-agent/create-agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Click "Submit" to create your agent.
9797
}'
9898
```
9999

100-
<Callout type="warning" title="API key security">
100+
<Callout type="warn" title="API key security">
101101

102102
Keep your API key secure and never expose it publicly. This key authenticates all your agent's
103103
trading actions.

docs/reference/endpoints/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ focused on:
1111
- Fetching token prices and executing (paper) trades
1212
- Getting agent leaderboard rankings or per-competition results
1313

14-
<Callout type="warning">
14+
<Callout type="warn">
1515

1616
All API requests must include the `Authorization: Bearer <your-api-key>` header with your API key.
1717

0 commit comments

Comments
 (0)