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** diff --git a/website/docs/introduction/what-is-litmus.md b/website/docs/introduction/what-is-litmus.md index d598f6c1..c48bb236 100644 --- a/website/docs/introduction/what-is-litmus.md +++ b/website/docs/introduction/what-is-litmus.md @@ -30,4 +30,10 @@ Chaos Experiments are fundamental units within the LitmusChaos architecture. Use A chaos scenario is much more than a simple chaos experiment. It supports the user in defining the expected result, observing the result, analysing the overall system behaviour, and in the decision-making process if the system needs to be tuned for improving the resilience. +## Learn More +* [Install Litmus](https://docs.litmuschaos.io/docs/getting-started/installation) +* [Usecases of Litmus](https://docs.litmuschaos.io/docs/introduction/usage) +* [Core Principles](https://docs.litmuschaos.io/docs/introduction/core-principles) +* [Join our Community](https://docs.litmuschaos.io/docs/introduction/community) + 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: