Skip to content

Commit

Permalink
docs: Add training doc (argoproj#5777)
Browse files Browse the repository at this point in the history
Co-authored-by: dinever <[email protected]>
  • Loading branch information
alexec and dinever committed Apr 30, 2021
1 parent cb55cba commit 4aff34c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Binary file added docs/assets/katacoda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/videos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions docs/training.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Training

## Hands-On

We've created a Katacoda course featuring beginner and intermediate lessons. These allow to you try out Argo Workflows
in your web browser without needing to install anything on your computer. Each lesson starts up a Kubernetes cluster
that you can access via a web browser.

The course will take around 2 hours to complete as is by far the fastest way to learn Argo Workflows.

[![Katacoda Screeshot](assets/katacoda.png) Open the course](https://www.katacoda.com/argoproj/courses/argo-workflows/)

## Videos

We also have a playlist of videos that dive into various topics. This includes contributing to Argo Workflows, not
covered in the hand-on.

[![Videos Screenshot](assets/videos.png) Open the playlist](https://youtube.com/playlist?list=PLGHfqDpnXFXLHfeapfvtt9URtUF1geuBo)
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ nav:
- Overview: README.md
- core-concepts.md
- quick-start.md
- training.md
- User Guide:
# topics are ones that can be done using the UI only
- Beginner:
Expand Down Expand Up @@ -131,6 +132,7 @@ nav:
- workflow-executors.md
- sidecar-injection.md
- default-workflow-specs.md
- template-defaults.md
- offloading-large-workflows.md
- workflow-archive.md
- metrics.md
Expand Down

0 comments on commit 4aff34c

Please sign in to comment.