From 8bb03b854a10b6109d49ce09d676dc4654390d1a Mon Sep 17 00:00:00 2001 From: Brian Morton Date: Fri, 24 Jul 2026 15:37:59 +0000 Subject: [PATCH] fix(docs): use hx: prefix for landing-page hero spacing Hextra v0.12 (Tailwind v4) uses the hx: utility prefix; the old hx- classes were no-ops, collapsing the hero and button spacing. Also add the hx:mt-6 spacer before the feature grid to match Hextra's home layout. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Brian Morton --- docs/content/_index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/content/_index.md b/docs/content/_index.md index 042479a6..2d24d1c3 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -3,23 +3,25 @@ title: temporal-operator layout: hextra-home --- -
+
{{< hextra/hero-headline >}} Kubernetes operator for Temporal {{< /hextra/hero-headline >}}
-
+
{{< hextra/hero-subtitle >}} Manage the full lifecycle of Temporal clusters — persistence, mTLS, the UI, version upgrades, and declarative resources — the Kubernetes way. {{< /hextra/hero-subtitle >}}
-
+
{{< hextra/hero-button text="Get Started" link="docs/getting-started" >}}
+
+ {{< hextra/feature-grid >}} {{< hextra/feature-card title="Getting Started" subtitle="Zero to a running Temporal cluster on kind." link="docs/getting-started" >}} {{< hextra/feature-card title="Installation" subtitle="Install via Helm, OLM, or kustomize." link="docs/installation" >}}