From c7f0f0a46eeae1c749a75db63d1c95483b6f8590 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 8 Mar 2026 11:21:16 +0000 Subject: [PATCH] docs: add global beta banner to docs site Adds a BetaBanner component above the site header informing visitors that the platform is pre-production, beta lands at v0.8, and production readiness is targeted at v1.0. Updates --header-height to 5.5rem to account for the banner's added height in the sticky header block. https://claude.ai/code/session_01UzFuNb7s5aVLFT1SGmC1Ta --- docs/site/fragments/header.html | 31 +++++++++++++++++++++++++++++++ docs/site/style.css | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/docs/site/fragments/header.html b/docs/site/fragments/header.html index 6832662..dbc5865 100644 --- a/docs/site/fragments/header.html +++ b/docs/site/fragments/header.html @@ -1,4 +1,34 @@ + + +
+ pre-production · beta at v0.8 · production-ready at v1.0 · track releases +
+
+