diff --git a/README.md b/README.md index 184cbe1fb..9d101e413 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Kubernetes cluster lifecycle, service operations, secrets, identity management, kanban project management, VPN access, and WFE workflow control. +[![Matrix](https://img.shields.io/badge/chat-%23hello%3Asunbeam.pt-0dbd8b?logo=matrix)](https://matrix.to/#/#hello:sunbeam.pt) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) [![Rust](https://img.shields.io/badge/rust-2024%20edition-orange.svg)](https://www.rust-lang.org/) diff --git a/docs/release.md b/docs/release.md index b41edf796..8e48bfe6f 100644 --- a/docs/release.md +++ b/docs/release.md @@ -1,3 +1,9 @@ +--- +title: "Release train — Sunbeam Compute Platform CLI" +description: "How a `sunbeam` release goes from merged code to installed binary." +updated_at: "2026-07-28" +--- + # Release train — Sunbeam Compute Platform CLI How a `sunbeam` release goes from merged code to installed binary. diff --git a/docs/service-discovery-labels.md b/docs/service-discovery-labels.md index dfb6d7576..401d6c1c5 100644 --- a/docs/service-discovery-labels.md +++ b/docs/service-discovery-labels.md @@ -1,3 +1,9 @@ +--- +title: "Sunbeam Service Discovery Labels" +description: "Migration guide: replacing hardcoded service definitions in the SDK service registry with Kubernetes label-based discovery." +updated_at: "2026-07-28" +--- + # Sunbeam Service Discovery Labels Migration guide: replacing hardcoded service definitions in `sunbeam-sdk/src/registry/services.rs` with Kubernetes label-based discovery. diff --git a/docs/sunbeam-up.md b/docs/sunbeam-up.md index 11eaeac5c..65095fdf8 100644 --- a/docs/sunbeam-up.md +++ b/docs/sunbeam-up.md @@ -1,3 +1,9 @@ +--- +title: "`sunbeam up` — Complete Cluster Bring-Up" +description: "One command to go from zero to a working local Kubernetes development stack." +updated_at: "2026-07-28" +--- + # `sunbeam up` — Complete Cluster Bring-Up > **One command to go from zero to a working local Kubernetes development stack.**