Skip to content

Commit 003ec82

Browse files
Update TOC and Overview
Signed-off-by: andoriyaprashant <[email protected]>
1 parent 36cf0c8 commit 003ec82

File tree

6 files changed

+53
-16
lines changed

6 files changed

+53
-16
lines changed

website/docs/concepts/overview.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ sidebar_label: Overview
88

99
The Concepts section contains Definitions, Design principles, Terminology and Working technical theory. This section will not have the actual usage instructions or guides those will be made available in the [User Guides](../user-guides/overview.md) section.
1010

11-
### [Probes](probes.md)
11+
### [Chaos Infrastructure](infrastructure.md)
1212

13-
Probes are pluggable checks that can be defined within the ChaosEngine for any Chaos Fault.
13+
Chaos infrastructure is a service that runs in your target environment and aids Litmus control plane in accessing and injecting chaos.
1414

1515
### [ChaosHub](chaoshub.md)
1616

@@ -20,9 +20,9 @@ ChaosHub allows you to orchestrate chaos experiments from the Public **[ChaosHub
2020

2121
Chaos Experiment is a set of different operations coupled together to achieve desired chaos impact on a Kubernetes Cluster.
2222

23-
### [Chaos Infrastructure](infrastructure.md)
23+
### [Probes](probes.md)
2424

25-
Chaos infrastructure is a service that runs in your target environment and aids Litmus control plane in accessing and injecting chaos.
25+
Probes are pluggable checks that can be defined within the ChaosEngine for any Chaos Fault.
2626

2727
### [User Management](user-management.md)
2828

@@ -39,3 +39,12 @@ Teaming feature to facilitate collaboration between users using project level ro
3939
### [GitOps](gitops.md)
4040

4141
GitOps feature in Litmus enables you to configure a single source of truth for your chaos experiments and faults.
42+
43+
### [Authentication in ChaosCenter](oauth-dex-concept.md)
44+
45+
Authentication in ChaosCenter supports both local and OAuth-based authentication through the Authentication Server and Dex OIDC Server, offering enhanced flexibility and secure access management.
46+
47+
### [Visualize chaos experiment](visualize-experiment.md)
48+
49+
ChaosCenter enables users to visualize the execution of chaos experiments in real-time, displaying key details like step statuses, logs, and results. This visualization helps in analyzing the impact and resiliency of the experiment, with graphs showing the experiment’s progress and individual node information.
50+

website/docs/user-guides/overview.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@ The User Guides section details Processes, User-flows and How-tos detailing all
1212

1313
Install ChaosCenter and Chaos Infrastructure in various environment configurations.
1414

15+
### [Environments](create-environment.md)
16+
Create, Edit, and Delete Environments used for chaos experiments.
17+
18+
### [Chaos Infrastructure](create-infrastructure.md)
19+
Set up and manage the infrastructure needed for running chaos experiments.
20+
1521
### [Injecting Fault](schedule-experiment.md)
1622

1723
Constructing, Scheduling, Editing and Observing chaos experiments.
1824

19-
### [Event Triggered Chaos using GitOps](gitops-configuration.md)
20-
21-
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.
25+
### [Resilience Probes](create-resilience-probe.md)
26+
Define and manage probes that are used to check the resilience of applications during chaos experiments.
2227

2328
### [Account Settings](account-settings.md)
2429

@@ -36,6 +41,10 @@ Probes are pluggable checks that can be defined within the ChaosEngine for any C
3641

3742
Adding members to a project, Editing user-invite and Removing team members from a project.
3843

44+
### [Event Triggered Chaos using GitOps](gitops-configuration.md)
45+
46+
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.
47+
3948
### [Using different Image Registries in a Chaos Experiment](image-registry.md)
4049

4150
Using different Image Registries like Docker, Red Hat Quay, Google Container Registry in a Chaos Experiment.

website/sidebars.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ module.exports = {
3333
'concepts/projects',
3434
'concepts/teaming',
3535
'concepts/gitops',
36-
'concepts/oauth-dex-concept'
36+
'concepts/oauth-dex-concept',
37+
'concepts/visualize-experiment'
3738
]
3839
},
3940
{

website/versioned_docs/version-3.12.0/concepts/overview.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ sidebar_label: Overview
88

99
The Concepts section contains Definitions, Design principles, Terminology and Working technical theory. This section will not have the actual usage instructions or guides those will be made available in the [User Guides](../user-guides/overview.md) section.
1010

11-
### [Probes](probes.md)
11+
### [Chaos Infrastructure](infrastructure.md)
1212

13-
Probes are pluggable checks that can be defined within the ChaosEngine for any Chaos Fault.
13+
Chaos infrastructure is a service that runs in your target environment and aids Litmus control plane in accessing and injecting chaos.
1414

1515
### [ChaosHub](chaoshub.md)
1616

@@ -20,9 +20,9 @@ ChaosHub allows you to orchestrate chaos experiments from the Public **[ChaosHub
2020

2121
Chaos Experiment is a set of different operations coupled together to achieve desired chaos impact on a Kubernetes Cluster.
2222

23-
### [Chaos Infrastructure](infrastructure.md)
23+
### [Probes](probes.md)
2424

25-
Chaos infrastructure is a service that runs in your target environment and aids Litmus control plane in accessing and injecting chaos.
25+
Probes are pluggable checks that can be defined within the ChaosEngine for any Chaos Fault.
2626

2727
### [User Management](user-management.md)
2828

@@ -39,3 +39,11 @@ Teaming feature to facilitate collaboration between users using project level ro
3939
### [GitOps](gitops.md)
4040

4141
GitOps feature in Litmus enables you to configure a single source of truth for your chaos experiments and faults.
42+
43+
### [Authentication in ChaosCenter](oauth-dex-concept.md)
44+
45+
Authentication in ChaosCenter supports both local and OAuth-based authentication through the Authentication Server and Dex OIDC Server, offering enhanced flexibility and secure access management.
46+
47+
### [Visualize chaos experiment](visualize-experiment.md)
48+
49+
ChaosCenter enables users to visualize the execution of chaos experiments in real-time, displaying key details like step statuses, logs, and results. This visualization helps in analyzing the impact and resiliency of the experiment, with graphs showing the experiment’s progress and individual node information.

website/versioned_docs/version-3.12.0/user-guides/overview.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@ The User Guides section details Processes, User-flows and How-tos detailing all
1212

1313
Install ChaosCenter and Chaos Infrastructure in various environment configurations.
1414

15+
### [Environments](create-environment.md)
16+
Create, Edit, and Delete Environments used for chaos experiments.
17+
18+
### [Chaos Infrastructure](create-infrastructure.md)
19+
Set up and manage the infrastructure needed for running chaos experiments.
20+
1521
### [Injecting Fault](schedule-experiment.md)
1622

1723
Constructing, Scheduling, Editing and Observing chaos experiments.
1824

19-
### [Event Triggered Chaos using GitOps](gitops-configuration.md)
20-
21-
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.
25+
### [Resilience Probes](create-resilience-probe.md)
26+
Define and manage probes that are used to check the resilience of applications during chaos experiments.
2227

2328
### [Account Settings](account-settings.md)
2429

@@ -36,6 +41,10 @@ Probes are pluggable checks that can be defined within the ChaosEngine for any C
3641

3742
Adding members to a project, Editing user-invite and Removing team members from a project.
3843

44+
### [Event Triggered Chaos using GitOps](gitops-configuration.md)
45+
46+
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.
47+
3948
### [Using different Image Registries in a Chaos Experiment](image-registry.md)
4049

4150
Using different Image Registries like Docker, Red Hat Quay, Google Container Registry in a Chaos Experiment.

website/versioned_sidebars/version-3.12.0-sidebars.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"concepts/projects",
3737
"concepts/teaming",
3838
"concepts/gitops",
39-
"concepts/oauth-dex-concept"
39+
"concepts/oauth-dex-concept",
40+
"concepts/visualize-experiment"
4041
]
4142
},
4243
{

0 commit comments

Comments
 (0)