Deployed 9a5c19a to prerelease with MkDocs 1.5.3 and mike 2.0.0

This commit is contained in:
jj-docs[bot] 2023-11-05 16:07:36 +00:00
parent e10fda7b56
commit 6bd13442c7
3 changed files with 5 additions and 1 deletions

View File

@ -1442,6 +1442,10 @@ installer options are fine), clone the repository, and use <code>cargo build</co
<code>cargo clippy --workspace --all-targets</code>, and
<code>cargo test --workspace</code>. If you are preparing a PR, there are some additional
recommended steps.</p>
<p>You will probably also want to make the <code>gh-pages</code> branch immutable (and thereby
hidden from the default <code>jj log</code> output) by running the following in your repo:</p>
<div class="highlight"><pre><span></span><code>jj<span class="w"> </span>config<span class="w"> </span><span class="nb">set</span><span class="w"> </span>--repo<span class="w"> </span><span class="s2">&quot;revset-aliases.immutable_heads()&quot;</span><span class="w"> </span><span class="s2">&quot;main@origin | gh-pages@origin&quot;</span>
</code></pre></div>
<h3 id="summary">Summary<a class="headerlink" href="#summary" title="Permanent link">&para;</a></h3>
<p>One-time setup:</p>
<div class="codehilite"><pre><span></span><code>rustup toolchain add nightly # wanted for &#39;rustfmt&#39;

File diff suppressed because one or more lines are too long

Binary file not shown.