From 6b27d8f013d6bd8e41f92fbcb21e31595c58f26b Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Fri, 24 Apr 2026 17:16:29 +0200 Subject: [PATCH] Add RouteDiagram hero SVG: 2 Camel routes with cross-route correlation --- src/components/RouteDiagram.astro | 95 +++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 src/components/RouteDiagram.astro diff --git a/src/components/RouteDiagram.astro b/src/components/RouteDiagram.astro new file mode 100644 index 0000000..4c4aced --- /dev/null +++ b/src/components/RouteDiagram.astro @@ -0,0 +1,95 @@ +--- +// A stylized Camel route topology. Two linked routes with a cross-route +// (cyan, dashed) reference — the signature Cameleer diagnostic that a +// generic APM cannot produce. +--- +