Deployed d7b56f6a to nightly with MkDocs 1.6.1 and mike 2.1.4

This commit is contained in:
github-actions[bot]
2026-09-16 04:06:12 +00:00
parent 7146f1956c
commit d8908ea401
3 changed files with 47 additions and 4 deletions
@@ -1199,6 +1199,17 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#disk-options" class="md-nav__link">
<span class="md-ellipsis">
Disk Options
</span>
</a>
</li>
<li class="md-nav__item">
@@ -2229,6 +2240,21 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
</tr>
</tbody>
</table>
<h2 id="disk-options"><a class="toclink" href="#disk-options">Disk Options</a></h2>
<table>
<thead>
<tr>
<th>Option</th>
<th>Behaviour</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>--disk_use_binary_prefix</code></td>
<td>Displays the disk widget with binary prefixes (e.g. GiB, MiB) instead of decimal prefixes (e.g. GB, MB).</td>
</tr>
</tbody>
</table>
<h2 id="process-options"><a class="toclink" href="#process-options">Process Options</a></h2>
<table>
<thead>
@@ -2388,7 +2414,7 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
</tr>
<tr>
<td><code>--network_use_binary_prefix</code></td>
<td>Displays the network widget with binary prefixes.</td>
<td>Displays the network widget binary prefixes (e.g. GiB, MiB) instead of decimal prefixes (e.g. GB, MB).</td>
</tr>
<tr>
<td><code>--network_use_log</code></td>
@@ -2492,7 +2518,7 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 17, 2026 04:12:21">August 17, 2026</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="September 16, 2026 04:05:49">September 16, 2026</span>
</span>
@@ -1360,6 +1360,17 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#using-binary-prefixes" class="md-nav__link">
<span class="md-ellipsis">
Using Binary Prefixes
</span>
</a>
</li>
<li class="md-nav__item">
@@ -2100,6 +2111,12 @@ is not actually used, the default sort will just be the first column shown.</p>
<div class="highlight"><pre><span></span><code><span class="k">[disk]</span>
<span class="n">sort_order</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"Ascending"</span>
</code></pre></div>
<h2 id="using-binary-prefixes"><a class="toclink" href="#using-binary-prefixes">Using Binary Prefixes</a></h2>
<p>Disk space uses decimal prefixes (e.g. KB, MB, GB, TB) by default. To display using binary prefixes instead
(e.g. KiB, MiB, GiB, TiB), enable <code>use_binary_prefix</code>:</p>
<div class="highlight"><pre><span></span><code><span class="k">[disk]</span>
<span class="n">use_binary_prefix</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">true</span>
</code></pre></div>
<h2 id="show-unmounted-devices-linux-only"><a class="toclink" href="#show-unmounted-devices-linux-only">Show Unmounted Devices (Linux only)</a></h2>
<p>By default, only mounted devices are shown. To also show unmounted devices on Linux, enable <code>include_unmounted</code>:</p>
<div class="highlight"><pre><span></span><code><span class="k">[disk]</span>
@@ -2170,7 +2187,7 @@ is processed with the other options.</p>
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="July 27, 2026 00:37:20">July 27, 2026</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="September 16, 2026 04:05:49">September 16, 2026</span>
</span>
File diff suppressed because one or more lines are too long