From 44c7524211c568e9da43b6e2c6c1b5bea00112dd Mon Sep 17 00:00:00 2001 From: Luca Martial Date: Fri, 15 May 2026 05:40:05 -0700 Subject: [PATCH] fix: use
    for runtime pipeline steps in product mechanics The PipelineStep component renders
  1. elements, but the RuntimeDiagram wrapper was a plain
    instead of a list element. This produced invalid HTML and accessibility warnings. IngestionDiagram already used
      . Co-Authored-By: Claude Opus 4.6 (1M context) --- docs-site/components/product-mechanics.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-site/components/product-mechanics.tsx b/docs-site/components/product-mechanics.tsx index 1bf04e8e..9b370d7d 100644 --- a/docs-site/components/product-mechanics.tsx +++ b/docs-site/components/product-mechanics.tsx @@ -222,7 +222,7 @@ function RuntimeDiagram() {
      KTX planning and execution -
      +
        {runtimeSteps.map((step, index) => ( ))} -
      +