diff --git a/docs/assets/katacoda.png b/docs/assets/katacoda.png new file mode 100644 index 000000000000..0b053ea3126a Binary files /dev/null and b/docs/assets/katacoda.png differ diff --git a/docs/assets/videos.png b/docs/assets/videos.png new file mode 100644 index 000000000000..54d25f68c35e Binary files /dev/null and b/docs/assets/videos.png differ diff --git a/docs/training.md b/docs/training.md new file mode 100644 index 000000000000..121d3b6c4b12 --- /dev/null +++ b/docs/training.md @@ -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) diff --git a/mkdocs.yml b/mkdocs.yml index 461a37579d98..b36b84e4f582 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: @@ -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