Skip to content

Commit

Permalink
Deployed be4d709 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-IX committed Feb 1, 2024
1 parent d36d690 commit 84dfb93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions development/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -636,11 +636,11 @@ <h3 id="building-blender-launcher-executable">Building Blender Launcher executab
</div>
<h2 id="building-documentation">Building Documentation<a class="headerlink" href="#building-documentation" title="Permanent link">&para;</a></h2>
<div class="tabbed-set" data-tabs="3:2"><input checked="checked" id="__tabbed_3_1" name="__tabbed_3" type="radio" /><label for="__tabbed_3_1">Windows</label><div class="tabbed-content">
<div class="highlight"><pre><span></span><code>cd docs ; mkdocs gh-deploy
<div class="highlight"><pre><span></span><code>cd docs ; mkdocs gh-deploy ; cd ..
</code></pre></div>
</div>
<input id="__tabbed_3_2" name="__tabbed_3" type="radio" /><label for="__tabbed_3_2">Linux</label><div class="tabbed-content">
<div class="highlight"><pre><span></span><code>cd docs &amp;&amp; mkdocs gh-deploy
<div class="highlight"><pre><span></span><code>cd docs &amp;&amp; mkdocs gh-deploy ; cd ..
</code></pre></div>
</div>
</div>
Expand Down
Loading

0 comments on commit 84dfb93

Please sign in to comment.