Deployed fbaa51b to prerelease with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
jj-docs[bot] 2025-04-12 14:26:32 +00:00
parent d8932e5c1d
commit 21be7882fd
2 changed files with 4 additions and 1 deletions

View File

@ -2041,6 +2041,9 @@ example, <code>description(exact:"")</code> matches commits without description,
<a href="#date-patterns">date pattern</a>.</p>
</li>
<li>
<p><code>signed()</code>: Commits that are cryptographically signed.</p>
</li>
<li>
<p><code>empty()</code>: Commits modifying no files. This also includes <code>merges()</code> without
user modifications and <code>root()</code>.</p>
</li>

File diff suppressed because one or more lines are too long