From 146289b4bba38820c2a8a37318a5183301ce4ae1 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 25 Oct 2017 15:25:59 +0200 Subject: [PATCH] Updated docs with missing faq section --- docs/src/main/asciidoc/spring-cloud-contract-verifier.adoc | 2 ++ docs/src/main/asciidoc/verifier_contract.adoc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-contract-verifier.adoc b/docs/src/main/asciidoc/spring-cloud-contract-verifier.adoc index 6594bc4635..ce6cfcdaa7 100644 --- a/docs/src/main/asciidoc/spring-cloud-contract-verifier.adoc +++ b/docs/src/main/asciidoc/spring-cloud-contract-verifier.adoc @@ -15,6 +15,8 @@ include::verifier_introduction.adoc[] +include::verifier_faq.adoc[] + include::verifier_setup.adoc[] include::verifier_messaging.adoc[] diff --git a/docs/src/main/asciidoc/verifier_contract.adoc b/docs/src/main/asciidoc/verifier_contract.adoc index 3da6b52f67..3233e7f23d 100644 --- a/docs/src/main/asciidoc/verifier_contract.adoc +++ b/docs/src/main/asciidoc/verifier_contract.adoc @@ -1371,4 +1371,4 @@ IMPORTANT: If you do not provide any implementation, then the default is used. If you use the `repositoryRoot` property or the `workOffline` flag, then an Aether-based implementation that downloads stubs from a remote repository is used. If you do not provide these values, the `ClasspathStubProvider` (which will scan the classpath) is -used. If you provide more than one, then the first one on the list is used. +used. If you provide more than one, then the first one on the list is used. \ No newline at end of file