From 979715ef7109d9ddde4a84c397c19d1bfa23141d Mon Sep 17 00:00:00 2001 From: Rob Taylor Date: Thu, 9 Jul 2026 22:46:18 +0100 Subject: [PATCH] docs: publish gpu-capture + cosim-perf-report (were orphaned) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `docs/gpu-capture.md` (#174) and `docs/cosim-perf-report.md` (#175) were added as files but never registered in SUMMARY.md, so mdBook never rendered them — `gpu-eda.github.io/Jacquard/gpu-capture.html` 404s. The CHANGELOG references them, so the new version-pinned release-note links (ci/versioned-docs) would point at 404s. Register both pages under the tracing/observability group so they render and the links resolve. Surfaced by the versioned-docs link check; the mdBook doc-link checker missed it because nothing *inside* the book linked to these pages. Co-developed-by: Claude Code v2.1.201 (claude-opus-4-8) --- docs/SUMMARY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 7e914000..af7246d2 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -17,6 +17,8 @@ - [Timing Model Extensions](timing-model-extensions.md) - [Signal Tracing](signal-tracing.md) - [Bus Transaction Tracing](bus-tracing.md) +- [Cosim Perf Report](cosim-perf-report.md) +- [GPU Frame Capture](gpu-capture.md) - [Selective X-Propagation](selective-x-propagation.md) - [Debugging X Values](x-debugging.md) - [Interactive JTAG Debug](jtag-debug.md)