sbx: fix heading level for shell startup command

The Shell page had "Default startup command" as an h3 with no parent h2,
skipping a heading level. Promote it to h2 so it sits alongside "Base
image", consistent with the other agent pages.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
David Karlsson
2026-06-09 16:59:37 +02:00
parent 82a4a3114c
commit 3ed5acc026
+1 -1
View File
@@ -21,7 +21,7 @@ command instead of an interactive shell, pass it after `--`:
$ sbx run shell -- -c "echo 'Hello from sandbox'"
```
### Default startup command
## Default startup command
Without extra args, the sandbox runs `bash -l`. Args after `--` replace `-l`
rather than being appended. To preserve login-shell behavior, include `-l`