Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,25 @@ title: temporal-operator
layout: hextra-home
---

<div class="hx-mt-6 hx-mb-6">
<div class="hx:mt-6 hx:mb-6">
{{< hextra/hero-headline >}}
Kubernetes operator for Temporal
{{< /hextra/hero-headline >}}
</div>

<div class="hx-mb-12">
<div class="hx:mb-12">
{{< 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 >}}
</div>

<div class="hx-mb-6">
<div class="hx:mb-6">
{{< hextra/hero-button text="Get Started" link="docs/getting-started" >}}
</div>

<div class="hx:mt-6"></div>

{{< 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" >}}
Expand Down
Loading