diff --git a/website/docs/concepts/visualize-experiment.md b/website/docs/concepts/visualize-experiment.md index 0bf0c630..18b20136 100644 --- a/website/docs/concepts/visualize-experiment.md +++ b/website/docs/concepts/visualize-experiment.md @@ -12,7 +12,7 @@ Visualization is an important aspect while doing chaos engineering. It allows th The following is required before visualizing a chaos experiment: -- ChaosCenter +- [Resilience Probes](probes.md) - [Chaos Experiments](chaos-workflow.md) ## Create chaos experiment diff --git a/website/docs/developer-guide/chaoscenter-developer-guide.md b/website/docs/developer-guide/chaoscenter-developer-guide.md index 73ede222..2df27bd9 100644 --- a/website/docs/developer-guide/chaoscenter-developer-guide.md +++ b/website/docs/developer-guide/chaoscenter-developer-guide.md @@ -6,6 +6,10 @@ sidebar_label: ChaosCenter Developer Guide --- +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** :::note This document is intended to be implemented locally. Please do not use in dev or prod environments. diff --git a/website/sidebars.js b/website/sidebars.js index 3c0e9847..9ee153a2 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -97,6 +97,15 @@ module.exports = { { 'Chaos Infrastructure': ['user-guides/create-infrastructure', 'user-guides/delete-infrastructure'] }, + { + 'Resilience Probes': [ + 'user-guides/create-resilience-probe', + 'user-guides/delete-resilience-probe', + 'user-guides/edit-resilience-probe', + 'user-guides/view-resilience-probe' + ] + }, + { 'Injecting Fault': [ 'user-guides/schedule-experiment', @@ -108,14 +117,6 @@ module.exports = { 'user-guides/construct-experiment' ] }, - { - 'Resilience Probes': [ - 'user-guides/create-resilience-probe', - 'user-guides/delete-resilience-probe', - 'user-guides/edit-resilience-probe', - 'user-guides/view-resilience-probe' - ] - }, 'user-guides/account-settings', { 'User Management': [