Skip to content

Commit 77d5c91

Browse files
Jonsy13Vedant
andauthored
Updated links for available tutorials (#202)
* Added some minor changes for tutorials Signed-off-by: Vedant <[email protected]> * Updated links for tutorials Signed-off-by: Vedant <[email protected]> Signed-off-by: Vedant <[email protected]> Co-authored-by: Vedant <[email protected]>
1 parent 2c0c656 commit 77d5c91

File tree

2 files changed

+94
-71
lines changed

2 files changed

+94
-71
lines changed

website/package-lock.json

Lines changed: 78 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/src/components/section/Tutorials/data.js

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,38 @@ export const TutorialData = [
77
link: 'https://litmuschaos.github.io/tutorials/tutorial-getting-started/index.html#0'
88
},
99
{
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',
1212
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'
1415
},
1516
{
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',
1819
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'
2022
},
2123
{
2224
heading: 'Defining Steady-State Hypothesis',
2325
description: 'Usage of Litmus Probes to Create Constraints for Experiment Success',
2426
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'
3229
},
3330
{
3431
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',
3633
image: '/img/Tutorials/gitops.png',
37-
isAvailable: false
34+
isAvailable: true,
35+
link: 'https://litmuschaos.github.io/tutorials/tutorial-integrating-gitops/index.html#0'
3836
},
3937
{
4038
heading: 'Teaming in LitmusChaos',
4139
description: 'Invite Team Members and Assign Roles in Chaos Project.',
4240
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'
4443
}
45-
]
44+
]

0 commit comments

Comments
 (0)