From 31b2542502a8eeadc3b7677f6f5fc9130d06aa38 Mon Sep 17 00:00:00 2001 From: Enrico Piovesan Date: Fri, 21 Aug 2026 21:59:12 -0600 Subject: [PATCH 1/2] feat: link the discover demo from global nav, footer, and homepage The live workflow-discovery page was only reachable from the Registry and Agents CTAs. Add it to the top-level nav (desktop + mobile), the footer's Product column, and a new homepage CTA band pointing at it. Co-Authored-By: Claude Sonnet 5 --- src/components/Footer.astro | 1 + src/components/Nav.astro | 2 ++ src/pages/index.astro | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 6332695..41b3216 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -26,6 +26,7 @@
  • Platforms
  • The System
  • Registry
  • +
  • Discover
  • Compare
  • Changelog
  • Roadmap
  • diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 9f5f394..f643362 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -70,6 +70,7 @@ const { currentPath = '' } = Astro.props; +