Deployed 11648ee to prerelease with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
jj-docs[bot] 2024-10-16 03:28:02 +00:00
parent 17c1ff1a8f
commit ef283577ff
2 changed files with 3 additions and 3 deletions

View File

@ -7525,11 +7525,11 @@ commit. This is true in general; it is not specific to this command.</p>
</li> </li>
<li> <li>
<p><code>-A</code>, <code>--insert-after &lt;INSERT_AFTER&gt;</code> — The revision(s) to insert after (can be repeated to create a merge commit)</p> <p><code>-A</code>, <code>--insert-after &lt;INSERT_AFTER&gt;</code> — The revision(s) to insert after (can be repeated to create a merge commit)</p>
<p>Only works with <code>-r</code>.</p> <p>Only works with <code>-r</code> and <code>-s</code>.</p>
</li> </li>
<li> <li>
<p><code>-B</code>, <code>--insert-before &lt;INSERT_BEFORE&gt;</code> — The revision(s) to insert before (can be repeated to create a merge commit)</p> <p><code>-B</code>, <code>--insert-before &lt;INSERT_BEFORE&gt;</code> — The revision(s) to insert before (can be repeated to create a merge commit)</p>
<p>Only works with <code>-r</code>.</p> <p>Only works with <code>-r</code> and <code>-s</code>.</p>
</li> </li>
<li> <li>
<p><code>--skip-emptied</code> — If true, when rebasing would produce an empty commit, the commit is abandoned. It will not be abandoned if it was already empty before the rebase. Will never skip merge commits with multiple non-empty parents</p> <p><code>--skip-emptied</code> — If true, when rebasing would produce an empty commit, the commit is abandoned. It will not be abandoned if it was already empty before the rebase. Will never skip merge commits with multiple non-empty parents</p>

File diff suppressed because one or more lines are too long