diff --git a/website/docs/concepts/overview.md b/website/docs/concepts/overview.md index 36896934..4c48a705 100644 --- a/website/docs/concepts/overview.md +++ b/website/docs/concepts/overview.md @@ -20,7 +20,7 @@ ChaosHub allows you to orchestrate chaos experiments from the Public **[ChaosHub Chaos Experiment is a set of different operations coupled together to achieve desired chaos impact on a Kubernetes Cluster. -### [Probes](probes.md) +### [Resilience Probes](probes.md) Probes are pluggable checks that can be defined within the ChaosEngine for any Chaos Fault. diff --git a/website/docs/user-guides/overview.md b/website/docs/user-guides/overview.md index 882a6fc7..31a59163 100644 --- a/website/docs/user-guides/overview.md +++ b/website/docs/user-guides/overview.md @@ -41,7 +41,7 @@ Probes are pluggable checks that can be defined within the ChaosEngine for any C Adding members to a project, Editing user-invite and Removing team members from a project. -### [Event Triggered Chaos using GitOps](gitops-configuration.md) +### [Configuring GitOps](gitops-configuration.md) GitOps in Litmus provides a way of using Event-Driven Chaos Injection, where target resources(stateful sets, deployments, etc.) can be configured to automatically trigger chaos experiment with any changes in the resource spec. diff --git a/website/versioned_docs/version-3.12.0/concepts/overview.md b/website/versioned_docs/version-3.12.0/concepts/overview.md index 584b5c96..3915e5b3 100644 --- a/website/versioned_docs/version-3.12.0/concepts/overview.md +++ b/website/versioned_docs/version-3.12.0/concepts/overview.md @@ -20,7 +20,7 @@ ChaosHub allows you to orchestrate chaos experiments from the Public **[ChaosHub Chaos Experiment is a set of different operations coupled together to achieve desired chaos impact on a Kubernetes Cluster. -### [Probes](probes.md) +### [Resilience Probes](probes.md) Probes are pluggable checks that can be defined within the ChaosEngine for any Chaos Fault. diff --git a/website/versioned_docs/version-3.12.0/user-guides/overview.md b/website/versioned_docs/version-3.12.0/user-guides/overview.md index 882a6fc7..31a59163 100644 --- a/website/versioned_docs/version-3.12.0/user-guides/overview.md +++ b/website/versioned_docs/version-3.12.0/user-guides/overview.md @@ -41,7 +41,7 @@ Probes are pluggable checks that can be defined within the ChaosEngine for any C Adding members to a project, Editing user-invite and Removing team members from a project. -### [Event Triggered Chaos using GitOps](gitops-configuration.md) +### [Configuring GitOps](gitops-configuration.md) GitOps in Litmus provides a way of using Event-Driven Chaos Injection, where target resources(stateful sets, deployments, etc.) can be configured to automatically trigger chaos experiment with any changes in the resource spec.