From 9df7fe398637969094b3165c308acb8d830d8d90 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 26 Apr 2026 22:08:01 -0700 Subject: [PATCH] docs: fix live docs callout formatting --- docs/help/debugging.md | 2 ++ docs/help/testing-live.md | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/help/debugging.md b/docs/help/debugging.md index cd56d36b6a9..28c3cbd4103 100644 --- a/docs/help/debugging.md +++ b/docs/help/debugging.md @@ -255,6 +255,7 @@ pnpm gateway:dev:reset ```bash OPENCLAW_PROFILE=dev openclaw gateway --dev --reset ``` + `--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 ``` + ## Raw stream logging (OpenClaw) diff --git a/docs/help/testing-live.md b/docs/help/testing-live.md index 8507deef646..d9c1ef7a428 100644 --- a/docs/help/testing-live.md +++ b/docs/help/testing-live.md @@ -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 ``` + ## Live: CLI backend smoke (Claude, Codex, Gemini, or other local CLIs)