Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2019-10-04 00:27:10 +00:00
parent c40eb02de9
commit 975447e316
68 changed files with 1840 additions and 1840 deletions

View File

@@ -2063,8 +2063,8 @@ discuss changes while going through the process</p>
</ul>
</div>
<div class="paragraph">
<p>The <a href="https://github.com/spring-cloud-samples/spring-cloud-contract-samples/tree/2.2.x///opt/jenkins/data/workspace/spring-cloud-contract-master-ci/samples/standalone/dsl/http-server">server-side
code is available here</a> and <a href="https://github.com/spring-cloud-samples/spring-cloud-contract-samples/tree/2.2.x///opt/jenkins/data/workspace/spring-cloud-contract-master-ci/samples/standalone/dsl/http-client">the client code is available here</a>.</p>
<p>The <a href="https://github.com/spring-cloud-samples/spring-cloud-contract-samples/tree/2.2.x///opt/jenkins/data/workspace/spring-cloud-contract-master-releaser/samples/standalone/dsl/http-server">server-side
code is available here</a> and <a href="https://github.com/spring-cloud-samples/spring-cloud-contract-samples/tree/2.2.x///opt/jenkins/data/workspace/spring-cloud-contract-master-releaser/samples/standalone/dsl/http-client">the client code is available here</a>.</p>
</div>
<div class="admonitionblock tip">
<table>
@@ -8681,7 +8681,7 @@ and the appropriate <code>MatchingType</code> as second. All the body matchers a
<div class="listingblock secondary">
<div class="title">yml</div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-yml hljs" data-lang="yml">include::/opt/jenkins/data/workspace/spring-cloud-contract-master-ci/spring-cloud-contract-verifier/src/test/resources/yml/contract_rest_xml.yml</code></pre>
<pre class="highlightjs highlight"><code class="language-yml hljs" data-lang="yml">include::/opt/jenkins/data/workspace/spring-cloud-contract-master-releaser/spring-cloud-contract-verifier/src/test/resources/yml/contract_rest_xml.yml</code></pre>
</div>
</div>
<div class="listingblock secondary">
@@ -15043,7 +15043,7 @@ one-to-one to the contents of the repository.</p>
&lt;groupId&gt;com.example&lt;/groupId&gt;
&lt;artifactId&gt;server&lt;/artifactId&gt;
&lt;version&gt;0.0.1-SNAPSHOT&lt;/version&gt;
&lt;version&gt;0.0.1&lt;/version&gt;
&lt;name&gt;Server Stubs&lt;/name&gt;
&lt;description&gt;POM used to install locally stubs for consumer side&lt;/description&gt;
@@ -15168,7 +15168,7 @@ the stubs of the producer project.</p>
&lt;groupId&gt;com.example.standalone&lt;/groupId&gt;
&lt;artifactId&gt;contracts&lt;/artifactId&gt;
&lt;version&gt;0.0.1-SNAPSHOT&lt;/version&gt;
&lt;version&gt;0.0.1&lt;/version&gt;
&lt;name&gt;Contracts&lt;/name&gt;
&lt;description&gt;Contains all the Spring Cloud Contracts, well, contracts. JAR used by the