Skip to content

Commit cf1ede0

Browse files
committed
Update icons
1 parent 41020c4 commit cf1ede0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/sandbox/api/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Sandbox SDK is organized into focused APIs:
2828
<LinkTitleCard
2929
title="Commands"
3030
href="/sandbox/api/commands/"
31-
icon="pen"
31+
icon="seti:shell"
3232
>
3333
Execute commands and stream output. Includes `exec()`, `execStream()`, and background process management.
3434
</LinkTitleCard>
@@ -52,15 +52,15 @@ The Sandbox SDK is organized into focused APIs:
5252
<LinkTitleCard
5353
title="Ports"
5454
href="/sandbox/api/ports/"
55-
icon="globe"
55+
icon="download"
5656
>
5757
Expose services running in the sandbox via preview URLs. Access web servers and APIs from the internet.
5858
</LinkTitleCard>
5959

6060
<LinkTitleCard
6161
title="Sessions"
6262
href="/sandbox/api/sessions/"
63-
icon="wrench"
63+
icon="seti:plan"
6464
>
6565
Advanced: Create isolated execution contexts with persistent shell state. Configure environment variables and manage container lifecycle.
6666
</LinkTitleCard>

0 commit comments

Comments
 (0)