File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/docs/sandbox/api Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments