Skip to content

Commit

Permalink
Deployed d1912bf to prerelease with MkDocs 1.6.0 and mike 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-docs[bot] committed Jul 17, 2024
1 parent 575d8b5 commit 2395d4b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion prerelease/search/search_index.json

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions prerelease/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#treediff-type" class="md-nav__link">
<span class="md-ellipsis">
TreeDiff type
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1777,6 +1786,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#treediff-type" class="md-nav__link">
<span class="md-ellipsis">
TreeDiff type
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1890,6 +1908,9 @@ <h3 id="commit-type">Commit type<a class="headerlink" href="#commit-type" title=
<li><code>contained_in(revset: String) -&gt; Boolean</code>: True if the commit is included in <a href="../revsets/">the provided revset</a>.</li>
<li><code>conflict() -&gt; Boolean</code>: True if the commit contains merge conflicts.</li>
<li><code>empty() -&gt; Boolean</code>: True if the commit modifies no files.</li>
<li><code>diff([files: String]) -&gt; TreeDiff</code>: Changes from the parents within <a href="../filesets/">the
<code>files</code> expression</a>. All files are compared by default, but it is
likely to change in future version to respect the command line path arguments.</li>
<li><code>root() -&gt; Boolean</code>: True if the commit is the root commit.</li>
</ul>
<h3 id="commitid-changeid-type">CommitId / ChangeId type<a class="headerlink" href="#commitid-changeid-type" title="Permanent link">&para;</a></h3>
Expand Down Expand Up @@ -2035,6 +2056,15 @@ <h3 id="timestamprange-type">TimestampRange type<a class="headerlink" href="#tim
<li><code>.end() -&gt; Timestamp</code></li>
<li><code>.duration() -&gt; String</code></li>
</ul>
<h3 id="treediff-type">TreeDiff type<a class="headerlink" href="#treediff-type" title="Permanent link">&para;</a></h3>
<p>This type cannot be printed. The following methods are defined.</p>
<ul>
<li><code>.color_words([context: Integer]) -&gt; Template</code>: Format as a word-level diff
with changes indicated only by color.</li>
<li><code>.git([context: Integer]) -&gt; Template</code>: Format as a Git diff.</li>
<li><code>.stat(width: Integer) -&gt; Template</code>: Format as a histogram of the changes.</li>
<li><code>.summary() -&gt; Template</code>: Format as a list of status code and path pairs.</li>
</ul>
<h2 id="configuration">Configuration<a class="headerlink" href="#configuration" title="Permanent link">&para;</a></h2>
<p>The default templates and aliases() are defined in the <code>[templates]</code> and
<code>[template-aliases]</code> sections of the config respectively. The exact definitions
Expand Down

0 comments on commit 2395d4b

Please sign in to comment.