docs: fix live docs callout formatting

This commit is contained in:
Vincent Koc
2026-04-26 22:08:01 -07:00
parent 5c3e2a6b44
commit 9df7fe3986
2 changed files with 3 additions and 0 deletions

View File

@@ -255,6 +255,7 @@ pnpm gateway:dev:reset
```bash
OPENCLAW_PROFILE=dev openclaw gateway --dev --reset
```
</Note>
`--reset` wipes config, credentials, sessions, and the dev workspace (using
@@ -266,6 +267,7 @@ If a non-dev gateway is already running (launchd or systemd), stop it first:
```bash
openclaw gateway stop
```
</Tip>
## Raw stream logging (OpenClaw)

View File

@@ -134,6 +134,7 @@ To see what you can test on your machine (and the exact `provider/model` ids), r
openclaw models list
openclaw models list --json
```
</Tip>
## Live: CLI backend smoke (Claude, Codex, Gemini, or other local CLIs)