Deployed 817ca7f to prerelease with MkDocs 1.5.2 and mike 1.1.2

This commit is contained in:
jj-docs[bot] 2023-10-27 20:30:23 +00:00
parent 40f647b972
commit 276ba04652
3 changed files with 27 additions and 6 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -693,6 +693,13 @@
OperationId type OperationId type
</a> </a>
</li>
<li class="md-nav__item">
<a href="#refname-type" class="md-nav__link">
RefName type
</a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -1324,6 +1331,13 @@
OperationId type OperationId type
</a> </a>
</li>
<li class="md-nav__item">
<a href="#refname-type" class="md-nav__link">
RefName type
</a>
</li> </li>
<li class="md-nav__item"> <li class="md-nav__item">
@ -1429,10 +1443,10 @@ a follow-up section.</p>
working-copy commit as <code>&lt;workspace name&gt;@</code>.</li> working-copy commit as <code>&lt;workspace name&gt;@</code>.</li>
<li><code>current_working_copy: Boolean</code>: True for the working-copy commit of the <li><code>current_working_copy: Boolean</code>: True for the working-copy commit of the
current workspace.</li> current workspace.</li>
<li><code>branches: String</code></li> <li><code>branches: List&lt;RefName&gt;</code></li>
<li><code>tags: String</code></li> <li><code>tags: List&lt;RefName&gt;</code></li>
<li><code>git_refs: String</code></li> <li><code>git_refs: List&lt;RefName&gt;</code></li>
<li><code>git_head: String</code></li> <li><code>git_head: List&lt;RefName&gt;</code></li>
<li><code>divergent: Boolean</code>: True if the commit's change id corresponds to multiple <li><code>divergent: Boolean</code>: True if the commit's change id corresponds to multiple
visible commits.</li> visible commits.</li>
<li><code>hidden: Boolean</code>: True if the commit is not visible (a.k.a. abandoned).</li> <li><code>hidden: Boolean</code>: True if the commit is not visible (a.k.a. abandoned).</li>
@ -1487,7 +1501,8 @@ methods.</p>
<h3 id="integer-type">Integer type<a class="headerlink" href="#integer-type" title="Permanent link">&para;</a></h3> <h3 id="integer-type">Integer type<a class="headerlink" href="#integer-type" title="Permanent link">&para;</a></h3>
<p>No methods are defined.</p> <p>No methods are defined.</p>
<h3 id="list-type">List type<a class="headerlink" href="#list-type" title="Permanent link">&para;</a></h3> <h3 id="list-type">List type<a class="headerlink" href="#list-type" title="Permanent link">&para;</a></h3>
<p>The following methods are defined.</p> <p>A list can be implicitly converted to <code>Boolean</code>. The following methods are
defined.</p>
<ul> <ul>
<li><code>.join(separator: Template) -&gt; Template</code>: Concatenate elements with <li><code>.join(separator: Template) -&gt; Template</code>: Concatenate elements with
the given <code>separator</code>.</li> the given <code>separator</code>.</li>
@ -1504,6 +1519,12 @@ methods.</p>
<ul> <ul>
<li><code>.short([len: Integer]) -&gt; String</code></li> <li><code>.short([len: Integer]) -&gt; String</code></li>
</ul> </ul>
<h3 id="refname-type">RefName type<a class="headerlink" href="#refname-type" title="Permanent link">&para;</a></h3>
<p>The following methods are defined.</p>
<ul>
<li><code>.name() -&gt; String</code>: Local branch or tag name.</li>
<li><code>.remote() -&gt; String</code>: Remote name or empty if this is a local ref.</li>
</ul>
<h3 id="shortestidprefix-type">ShortestIdPrefix type<a class="headerlink" href="#shortestidprefix-type" title="Permanent link">&para;</a></h3> <h3 id="shortestidprefix-type">ShortestIdPrefix type<a class="headerlink" href="#shortestidprefix-type" title="Permanent link">&para;</a></h3>
<p>The following methods are defined.</p> <p>The following methods are defined.</p>
<ul> <ul>