Deployed ddc169c6 to nightly with MkDocs 1.6.1 and mike 2.1.4

This commit is contained in:
github-actions[bot]
2026-06-20 04:20:05 +00:00
parent 8f841cd089
commit 5f5cc211f2
3 changed files with 38 additions and 3 deletions
@@ -1550,6 +1550,17 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#show-unmounted-devices-linux-only" class="md-nav__link">
<span class="md-ellipsis">
Show Unmounted Devices (Linux only)
</span>
</a>
</li>
<li class="md-nav__item">
@@ -2121,6 +2132,11 @@ instead (e.g. <code>/</code>, <code>/home</code>):</p>
<div class="highlight"><pre><span></span><code><span class="k">[disk_io_graph]</span>
<span class="n">legend_position</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">&quot;top-right&quot;</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_io_graph]</span>
<span class="n">include_unmounted</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">true</span>
</code></pre></div>
<h2 id="filtering-entries"><a class="toclink" href="#filtering-entries">Filtering Entries</a></h2>
<p>You can filter out what entries to show by configuring <code>[disk_io_graph.name_filter]</code> and <code>[disk_io_graph.mount_filter]</code> to filter by
name and mount point respectively. In particular, you can set a list of things to filter with by setting <code>list</code>,
@@ -2162,7 +2178,7 @@ and configure how that list 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="May 30, 2026 04:43:20">May 30, 2026</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="June 20, 2026 04:19:32">June 20, 2026</span>
</span>
@@ -1360,6 +1360,17 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#show-unmounted-devices-linux-only" class="md-nav__link">
<span class="md-ellipsis">
Show Unmounted Devices (Linux only)
</span>
</a>
</li>
<li class="md-nav__item">
@@ -2084,6 +2095,14 @@
</code></pre></div>
<p>You can use any valid <a href="#columns">column</a> name here (e.g. "Disk", "Mount", etc.). Note that if you put a column name that
is not actually used, the default sort will just be the first column shown.</p>
<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>
<span class="n">include_unmounted</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">true</span>
</code></pre></div>
<p>Unmounted devices show I/O activity but have no used/free space (those require a live mount), so those
columns appear as <code>N/A</code>. Pseudo-devices (<code>loop*</code>, <code>ram*</code>, <code>zram*</code>) are skipped, and you can hide other
noisy devices with the <a href="#filtering-entries">name filter</a>.</p>
<h2 id="filtering-entries"><a class="toclink" href="#filtering-entries">Filtering Entries</a></h2>
<p>You can filter out what entries to show by configuring <code>[disk.name_filter]</code> and <code>[disk.mount_filter]</code> to filter by name and mount point respectively. In particular,
you can set a list of things to filter with by setting <code>list</code>, and configure how that list
@@ -2146,7 +2165,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="May 30, 2026 04:43:20">May 30, 2026</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="June 20, 2026 04:19:32">June 20, 2026</span>
</span>
File diff suppressed because one or more lines are too long