Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update reference documentation by removing invalid katacode tutorial link #166

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions sources/reference/usage/discover.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ Options:
--help Show this message and exit.
```

A tutorial on how to use the `chaos discover` command is available as part of the
[Chaos Toolkit's Getting Started tutorials.](https://www.katacoda.com/chaostoolkit/courses/01-chaostoolkit-getting-started)

### Discovering capabilities and experiments

### Discovering capabilities and experiments

To execute `discover` all you need to do is specify the Chaos Toolkit integration
extension that you'd like to use, for example to use Kubernetes:
Expand Down
3 changes: 1 addition & 2 deletions sources/reference/usage/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Options:
--help Show this message and exit.
```

A tutorial on how to use the `chaos init` command is available as part of the
[Chaos Toolkit's Getting Started tutorials.](https://www.katacoda.com/chaostoolkit/courses/01-chaostoolkit-getting-started)


### Initialise a new experiment

Expand Down
2 changes: 0 additions & 2 deletions sources/reference/usage/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Options:
--help Show this message and exit.
```

A tutorial on how to use the `chaos report` command is available as part of the
[Chaos Toolkit's Getting Started tutorials.](https://www.katacoda.com/chaostoolkit/courses/01-chaostoolkit-getting-started)

### Generating a report

Expand Down
4 changes: 1 addition & 3 deletions sources/reference/usage/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ Options:
--help Show this message and exit.
```

A tutorial on how to use the `chaos run` command is available as part of the
[Chaos Toolkit's Getting Started tutorials.](https://www.katacoda.com/chaostoolkit/courses/01-chaostoolkit-getting-started)

### Executing an Experiment Plan
### Executing an Experiment Plan

To execute an experiment plan you simply pass it to the `chaos run` command:

Expand Down
Loading