Deployed 8e817bc to prerelease with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
jj-docs[bot] 2024-10-16 02:36:54 +00:00
parent 0cf0374662
commit 17c1ff1a8f
2 changed files with 6 additions and 1 deletions

View File

@ -1903,6 +1903,11 @@ is added to or removed from files under "src".</p>
in <code>x</code> doesn't exist (e.g. is an unknown bookmark name.)</p> in <code>x</code> doesn't exist (e.g. is an unknown bookmark name.)</p>
</li> </li>
<li> <li>
<p><code>coalesce(revsets...)</code>: Commits in the first revset in the list of <code>revsets</code>
which does not evaluate to <code>none()</code>. If all revsets evaluate to <code>none()</code>, then
the result of <code>coalesce</code> will also be <code>none()</code>.</p>
</li>
<li>
<p><code>working_copies()</code>: The working copy commits across all the workspaces.</p> <p><code>working_copies()</code>: The working copy commits across all the workspaces.</p>
</li> </li>
<li> <li>

File diff suppressed because one or more lines are too long