diff --git a/docs/images/concourse-sample-pipeline.gif b/docs/images/concourse-sample-pipeline.gif new file mode 100644 index 00000000..5f80192a Binary files /dev/null and b/docs/images/concourse-sample-pipeline.gif differ diff --git a/docs/index.md b/docs/index.md index cbb1e54f..bfdafe82 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,6 +2,8 @@ Learn to use https://concourse.ci with this linear sequence of tutorials. Learn each concept that builds on the previous concept. +[![concourse-sample-pipeline](/images/concourse-sample-pipeline.gif)](https://concourse.ci/) + Concourse is 100% open source CI/CD system with approximately 100 [integrations](ttps://concourse.ci/resource-types.html) to the outside world. Concourse's principles reduce the risk of switching to and from Concourse, by encouraging practices that decouple your project from your CI's little details, and keeping all configuration in declarative files that can be checked into version control. This Concourse Tutorial book is the world's most popular guide for learning Concourse, since 2015. It is a wonderful companion for [Concourse online documentation](https://concourse.ci/introduction.html). @@ -18,6 +20,8 @@ Thanks for all the pull requests to help fix regressions with some Concourse ver Thanks to all the staff at Stark & Wayne who helped to maintain this Concourse Tutorial and its examples over the years. +Thanks to everyone who visits our Stark & Wayne booth at conferences and says "Thanks for the Concourse Tutorial!" + ## Getting Started 1. Install [Virtualbox](https://www.virtualbox.org/wiki/Downloads).