From 28e5dd8e42e8c5159a855d03c5fbccc468207597 Mon Sep 17 00:00:00 2001 From: Muhammad Lutfi Hakim <78738330+hakimlutfi46@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:46:24 +0700 Subject: [PATCH 1/3] update: Add a new Overview at the top of the guide --- website/docs/developer-guide/chaoscenter-developer-guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/developer-guide/chaoscenter-developer-guide.md b/website/docs/developer-guide/chaoscenter-developer-guide.md index 73ede222..a7d8b641 100644 --- a/website/docs/developer-guide/chaoscenter-developer-guide.md +++ b/website/docs/developer-guide/chaoscenter-developer-guide.md @@ -4,6 +4,10 @@ title: ChaosCenter Developer Guide sidebar_label: ChaosCenter Developer Guide --- +## Overview +ChaosCenter is the control plane for LitmusChaos, providing a web-based interface and APIs to manage chaos experiments on Kubernetes clusters. It consists of a backend (GraphQL server, Authentication server, MongoDB) and a frontend (React) component. This guide walks you through setting up ChaosCenter locally, running the required services, and connecting your Kubernetes infrastructure to execute and monitor chaos experiments. +The document assumes a local development environment and is not recommended for production or shared clusters. By the end of this guide, you will have a fully functional ChaosCenter instance capable of managing chaos workflows and integrating with Litmusctl or ChaosCenter-managed infrastructures. + --- ## **Prerequisites** From b7eee4f5bdd296365c4faa9d2a5edd7957806d79 Mon Sep 17 00:00:00 2001 From: Muhammad Lutfi Hakim <78738330+hakimlutfi46@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:26:27 +0700 Subject: [PATCH 2/3] feat: Add v1.18 version in the table in the Litmusctl installation documentation --- website/docs/litmusctl/installation.md | 221 +++++++++++++------------ 1 file changed, 115 insertions(+), 106 deletions(-) diff --git a/website/docs/litmusctl/installation.md b/website/docs/litmusctl/installation.md index c0a2d469..43de713d 100644 --- a/website/docs/litmusctl/installation.md +++ b/website/docs/litmusctl/installation.md @@ -27,112 +27,121 @@ For more information including a complete list of litmusctl operations, see the To install the latest version of litmusctl follow the below steps: