Deployed 4dd554a to prerelease with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
jj-docs[bot] 2025-01-15 07:36:51 +00:00
parent 5fe0c16592
commit 5b555626fb
3 changed files with 7 additions and 1 deletions

View File

@ -7258,6 +7258,7 @@ output of the first tool.</p>
<li>
<p><code>-N</code>, <code>--allow-new</code> — Allow pushing new bookmarks</p>
<p>Newly-created remote bookmarks will be tracked automatically.</p>
<p>This can also be turned on by the <code>git.push-new-bookmarks</code> setting. If it's set to <code>true</code>, <code>--allow-new</code> is no-op.</p>
</li>
<li>
<p><code>--allow-empty-description</code> — Allow pushing commits with empty descriptions</p>

View File

@ -343,6 +343,11 @@
"description": "Prefix used when pushing a bookmark based on a change ID",
"default": "push-"
},
"push-new-bookmarks": {
"type": "boolean",
"description": "Allow pushing new bookmarks without --allow-new",
"default": false
},
"fetch": {
"description": "The remote(s) from which commits are fetched",
"default": "origin",

File diff suppressed because one or more lines are too long