@@ -7,39 +7,38 @@ export const TutorialData = [
7
7
link : 'https://litmuschaos.github.io/tutorials/tutorial-getting-started/index.html#0'
8
8
} ,
9
9
{
10
- heading : 'Creating Custom Chaos Workflows ' ,
11
- description : 'Usage MyHub and Asset Discovery to create Custom Workflows ' ,
10
+ heading : 'Creating Custom Chaos Scenarios ' ,
11
+ description : 'Usage MyHub and Asset Discovery to create Custom Chaos Scenarios ' ,
12
12
image : '/img/Tutorials/custom-chaos.png' ,
13
- isAvailable : false
13
+ isAvailable : true ,
14
+ link : 'https://litmuschaos.github.io/tutorials/tutorial-create-custom-chaos-scenarios/index.html#0'
14
15
} ,
15
16
{
16
- heading : 'Running Chaos Workflows On Remote Clusters' ,
17
- description : 'Usage MyHub and Asset Discovery to create Custom Workflows ' ,
17
+ heading : 'Running Chaos Scenarios On Remote Clusters' ,
18
+ description : 'External Chaos Delegate Set Up with LitmusCTL ' ,
18
19
image : '/img/Tutorials/remote-cluster.png' ,
19
- isAvailable : false
20
+ isAvailable : true ,
21
+ link : 'https://litmuschaos.github.io/tutorials/tutorial-running-chaos-scenario-on-remote-cluster/index.html#0'
20
22
} ,
21
23
{
22
24
heading : 'Defining Steady-State Hypothesis' ,
23
25
description : 'Usage of Litmus Probes to Create Constraints for Experiment Success' ,
24
26
image : '/img/Tutorials/probes.png' ,
25
- isAvailable : false
26
- } ,
27
- {
28
- heading : 'Observing Chaos Impact On Services' ,
29
- description : 'Instrument Grafana Dashboards with LitmusChaos Prometheus Metrics' ,
30
- image : '/img/Tutorials/monitoring.png' ,
31
- isAvailable : false
27
+ isAvailable : true ,
28
+ link : 'https://litmuschaos.github.io/tutorials/tutorial-defining-steady-state-hypothesis/index.html#0'
32
29
} ,
33
30
{
34
31
heading : 'Integrating with GitOps' ,
35
- description : 'Usage of Git as Golden Copy for Chaos Workflows and Automated Trigger of Chaos' ,
32
+ description : 'Usage of Git as Golden Copy for Chaos Scenarios and Automated Trigger of Chaos' ,
36
33
image : '/img/Tutorials/gitops.png' ,
37
- isAvailable : false
34
+ isAvailable : true ,
35
+ link : 'https://litmuschaos.github.io/tutorials/tutorial-integrating-gitops/index.html#0'
38
36
} ,
39
37
{
40
38
heading : 'Teaming in LitmusChaos' ,
41
39
description : 'Invite Team Members and Assign Roles in Chaos Project.' ,
42
40
image : '/img/Tutorials/teaming.png' ,
43
- isAvailable : false
41
+ isAvailable : true ,
42
+ link : 'https://litmuschaos.github.io/tutorials/tutorials-teaming-in-litmus/index.html#0'
44
43
}
45
- ]
44
+ ]
0 commit comments