Deployed fee706d to prerelease with MkDocs 1.6.0 and mike 2.1.1

This commit is contained in:
jj-docs[bot] 2024-09-06 04:07:42 +00:00
parent 61e4242021
commit 0783f248bd
2 changed files with 2 additions and 1 deletions

View File

@ -3052,6 +3052,7 @@ contains one number on each line. This can be accomplished with <code>sort</code
<p><code>jj</code> can be configured to sign and verify the commits it creates using either
GnuPG or SSH signing keys.</p>
<p>To do this you need to configure a signing backend.</p>
<p>Setting the backend to <code>"none"</code> disables signing.</p>
<h3 id="gnupg-signing">GnuPG Signing<a class="headerlink" href="#gnupg-signing" title="Permanent link">&para;</a></h3>
<div class="highlight"><pre><span></span><code><span class="k">[signing]</span>
<span class="n">sign-all</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">true</span>

File diff suppressed because one or more lines are too long