From eff4626747ae8a32bbda192883121c6c62ca18fb Mon Sep 17 00:00:00 2001 From: HKPA Date: Wed, 13 May 2026 07:06:49 +0200 Subject: [PATCH] fix(docs): add baseUrl prefix to SVG image paths in sessions and CLI pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #24809 The docs site uses baseUrl='/docs/' but the tags in sessions.md and cli.md referenced images at /img/docs/... which resolves to a 404. The static files are served at /docs/img/docs/... instead. Before: → 404 After: → 200 Also fixes cli-layout.svg which had the same issue. --- website/docs/user-guide/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/user-guide/cli.md b/website/docs/user-guide/cli.md index a81baab7d..71d1c14af 100644 --- a/website/docs/user-guide/cli.md +++ b/website/docs/user-guide/cli.md @@ -53,7 +53,7 @@ hermes -w -q "Fix issue #123" # Single query in worktree ## Interface Layout -Stylized preview of the Hermes CLI layout showing the banner, conversation area, and fixed input prompt. +Stylized preview of the Hermes CLI layout showing the banner, conversation area, and fixed input prompt.

The Hermes CLI banner, conversation stream, and fixed input prompt rendered as a stable docs figure instead of fragile text art.

The welcome banner shows your model, terminal backend, working directory, available tools, and installed skills at a glance.