From 3c8b8ac81dd922c70090e745b3d2c253571c96b7 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 26 May 2017 14:51:32 +0200 Subject: [PATCH] Added workshops to the docs --- README.adoc | 5 +++++ docs/src/main/asciidoc/README.adoc | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.adoc b/README.adoc index 0bb85b9e19..4438c6e924 100644 --- a/README.adoc +++ b/README.adoc @@ -11,6 +11,11 @@ This project provides support for Consumer Driven Contracts and service schemas range of options for writing tests, publishing them as assets, asserting that a contract is kept by producers and consumers, for HTTP and message-based interactions. +=== Spring Cloud Contract workshops + +If you prefer to learn about the project by doing some tutorials you can check out the workshops under +http://cloud-samples.spring.io/spring-cloud-contract-samples/workshops.html[this link]. + === Spring Cloud Contract Verifier :introduction_url: https://raw.githubusercontent.com/spring-cloud/spring-cloud-contract/master diff --git a/docs/src/main/asciidoc/README.adoc b/docs/src/main/asciidoc/README.adoc index a7fa5c5ce0..e588d46c05 100644 --- a/docs/src/main/asciidoc/README.adoc +++ b/docs/src/main/asciidoc/README.adoc @@ -9,6 +9,11 @@ This project provides support for Consumer Driven Contracts and service schemas range of options for writing tests, publishing them as assets, asserting that a contract is kept by producers and consumers, for HTTP and message-based interactions. +=== Spring Cloud Contract workshops + +If you prefer to learn about the project by doing some tutorials you can check out the workshops under +http://cloud-samples.spring.io/spring-cloud-contract-samples/workshops.html[this link]. + === Spring Cloud Contract Verifier include::verifier/introduction.adoc[]