Deployed 0658701 to prerelease with MkDocs 1.6.0 and mike 2.1.1

This commit is contained in:
jj-docs[bot] 2024-09-04 04:32:16 +00:00
parent 36198e687e
commit f17008d8b4
2 changed files with 5 additions and 3 deletions

View File

@ -2684,8 +2684,10 @@ immutable even if the set is empty.</p>
<h4 id="node-style">Node style<a class="headerlink" href="#node-style" title="Permanent link">&para;</a></h4>
<p>The symbols used to represent commits or operations can be customized via
templates.</p>
<p>* <code>templates.log_node</code> for commits (with <code>Option&lt;Commit&gt;</code> keywords)
* <code>templates.op_log_node</code> for operations (with <code>Operation</code> keywords)</p>
<ul>
<li><code>templates.log_node</code> for commits (with <code>Option&lt;Commit&gt;</code> keywords)</li>
<li><code>templates.op_log_node</code> for operations (with <code>Operation</code> keywords)</li>
</ul>
<p>For example:
<div class="highlight"><pre><span></span><code><span class="k">[templates]</span>
<span class="n">log_node</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">&#39;&#39;&#39;</span>

File diff suppressed because one or more lines are too long