Sync docs from master to gh-pages
This commit is contained in:
@@ -218,8 +218,9 @@ $(addBlockSwitches);
|
||||
<li><a href="#contract-groovy">4.1.1. Contract DSL in Groovy</a></li>
|
||||
<li><a href="#contract-java">4.1.2. Contract DSL in Java</a></li>
|
||||
<li><a href="#contract-kotlin">4.1.3. Contract DSL in Kotlin</a></li>
|
||||
<li><a href="#contract-limitations">4.1.4. Limitations</a></li>
|
||||
<li><a href="#contract-common-top-elements">4.1.5. Common Top-Level Elements</a>
|
||||
<li><a href="#contract-yml">4.1.4. Contract DSL in YML</a></li>
|
||||
<li><a href="#contract-limitations">4.1.5. Limitations</a></li>
|
||||
<li><a href="#contract-common-top-elements">4.1.6. Common Top-Level Elements</a>
|
||||
<ul class="sectlevel4">
|
||||
<li><a href="#contract-dsl-description">Description</a></li>
|
||||
<li><a href="#contract-dsl-name">Name</a></li>
|
||||
@@ -4662,7 +4663,13 @@ You can also provide an import to the <code>contract</code> function (<code>impo
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect3">
|
||||
<h4 id="contract-limitations"><a class="anchor" href="#contract-limitations"></a><a class="link" href="#contract-limitations">4.1.4. Limitations</a></h4>
|
||||
<h4 id="contract-yml"><a class="anchor" href="#contract-yml"></a><a class="link" href="#contract-yml">4.1.4. Contract DSL in YML</a></h4>
|
||||
<div class="paragraph">
|
||||
<p>In order to see a schema of a YAML contract, you can check out the <a href="yml-schema.html">YML Schema</a> page.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect3">
|
||||
<h4 id="contract-limitations"><a class="anchor" href="#contract-limitations"></a><a class="link" href="#contract-limitations">4.1.5. Limitations</a></h4>
|
||||
<div class="admonitionblock warning">
|
||||
<table>
|
||||
<tr>
|
||||
@@ -4694,7 +4701,7 @@ is why you should use the Groovy Map notation.
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect3">
|
||||
<h4 id="contract-common-top-elements"><a class="anchor" href="#contract-common-top-elements"></a><a class="link" href="#contract-common-top-elements">4.1.5. Common Top-Level Elements</a></h4>
|
||||
<h4 id="contract-common-top-elements"><a class="anchor" href="#contract-common-top-elements"></a><a class="link" href="#contract-common-top-elements">4.1.6. Common Top-Level Elements</a></h4>
|
||||
<div class="paragraph">
|
||||
<p>The following sections describe the most common top-level elements:</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user