From 95356d1f45d08af8efdf4624f75bb12e11e2a838 Mon Sep 17 00:00:00 2001 From: Lukas Wuttke Date: Fri, 5 Jun 2026 11:46:08 +0200 Subject: [PATCH] docs(environment-setup): shorten EKS page title to "Amazon EKS" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was "Setting Up EKS Infrastructure Using AWS CLI" — too long and inconsistent with the sibling deployment pages (Local / k3d, Bare-metal, Azure AKS, OpenShift). Method (AWS CLI) stays in the description + Overview. Co-Authored-By: Claude Opus 4.8 --- environment-setup/eks-client-deployment-guide.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment-setup/eks-client-deployment-guide.mdx b/environment-setup/eks-client-deployment-guide.mdx index 140bb7a..2341c0c 100644 --- a/environment-setup/eks-client-deployment-guide.mdx +++ b/environment-setup/eks-client-deployment-guide.mdx @@ -1,6 +1,6 @@ --- -title: "Setting Up EKS Infrastructure Using AWS CLI" -description: "Step-by-step guide to deploy Tracebloc on Amazon EKS. Build a production-ready Kubernetes cluster with networking, GPU support, and security using AWS CLI in 1-2 hours." +title: "Amazon EKS" +description: "Deploy a tracebloc workspace on Amazon EKS using the AWS CLI — networking, GPU support, storage, and security for a production cluster." --- ## Overview