From 2d1a09dbe0ec932227166d55080bbaec0a24e40b Mon Sep 17 00:00:00 2001 From: John McLear Date: Fri, 5 Jun 2026 13:44:25 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20refresh=20docs=20for=203.2.0=20?= =?UTF-8?q?=E2=80=94=20correct=20stale=20content,=20document=20recent=20fe?= =?UTF-8?q?atures=20(#7888)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: refresh docs for 3.2.0 — correct stale content, document recent features The hand-maintained VitePress docs under doc/ had drifted behind a lot of recent work. They are authored prose (not generated from the OpenAPI spec), so they need manual upkeep. This pass corrects content that was actively wrong and documents features shipped since they were last touched. Corrections (was wrong / misleading): - cli.md: every command used `node bin/foo.js`, but the scripts are TypeScript run via pnpm — copy-paste failed. Rewrote to `pnpm run --filter bin