Deployed ed07fbe to nightly with MkDocs 1.2.2 and mike 1.0.1

This commit is contained in:
github-actions[bot] 2021-08-20 02:17:18 +00:00
parent f96d4690ff
commit 5fcdf9b8a8
5 changed files with 30 additions and 26 deletions

View File

@ -811,7 +811,7 @@
<p>The following in the config file would filter out some entries by disk name:</p>
<div class="highlight"><pre><span></span><code><span class="k">[disk_filter]</span>
<span class="n">is_list_ignored</span> <span class="o">=</span> <span class="kc">true</span>
<span class="n">list</span> <span class="o">=</span> <span class="k">[&quot;/dev/sda&quot;]</span>
<span class="n">list</span> <span class="o">=</span> <span class="p">[</span><span class="s">&quot;/dev/sda&quot;</span><span class="p">]</span>
<span class="n">regex</span> <span class="o">=</span> <span class="kc">true</span>
<span class="n">case_sensitive</span> <span class="o">=</span> <span class="kc">false</span>
<span class="n">whole_word</span> <span class="o">=</span> <span class="kc">false</span>
@ -820,14 +820,14 @@
<p>If there are two potentially conflicting filters (i.e. when you are using both a disk and mount filter), the filter that explicitly allows an entry takes precedence over a filter that explicitly denies one. So for example, let's say we set a disk filter accepting anything with <code>/dev/sda</code>, but deny anything with <code>/mnt/.*</code> or <code>/</code>. So to do so, we write in the config file:</p>
<div class="highlight"><pre><span></span><code><span class="k">[disk_filter]</span>
<span class="n">is_list_ignored</span> <span class="o">=</span> <span class="kc">false</span>
<span class="n">list</span> <span class="o">=</span> <span class="k">[&quot;/dev/sda&quot;]</span>
<span class="n">list</span> <span class="o">=</span> <span class="p">[</span><span class="s">&quot;/dev/sda&quot;</span><span class="p">]</span>
<span class="n">regex</span> <span class="o">=</span> <span class="kc">true</span>
<span class="n">case_sensitive</span> <span class="o">=</span> <span class="kc">false</span>
<span class="n">whole_word</span> <span class="o">=</span> <span class="kc">false</span>
<span class="k">[mount_filter]</span>
<span class="n">is_list_ignored</span> <span class="o">=</span> <span class="kc">true</span>
<span class="n">list</span> <span class="o">=</span> <span class="k">[&quot;/mnt/.*&quot;, &quot;/&quot;]</span>
<span class="n">list</span> <span class="o">=</span> <span class="p">[</span><span class="s">&quot;/mnt/.*&quot;</span><span class="p">,</span> <span class="s">&quot;/&quot;</span><span class="p">]</span>
<span class="n">regex</span> <span class="o">=</span> <span class="kc">true</span>
<span class="n">case_sensitive</span> <span class="o">=</span> <span class="kc">false</span>
<span class="n">whole_word</span> <span class="o">=</span> <span class="kc">true</span>

File diff suppressed because one or more lines are too long

View File

@ -2,112 +2,112 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://clementtsang.github.io/bottom/nightly/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/support/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/troubleshooting/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/configuration/command-line-flags/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/configuration/config-file/data-filtering/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/configuration/config-file/default-config/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/configuration/config-file/flags/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/configuration/config-file/layout/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/configuration/config-file/theming/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/contribution/development/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/contribution/documentation/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/contribution/issues-and-pull-requests/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/contribution/packaging-and-distribution/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/basic-mode/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/general-usage/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/battery/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/cpu/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/disk/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/memory/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/network/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/process/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/temperature/</loc>
<lastmod>2021-08-14</lastmod>
<lastmod>2021-08-20</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.

View File

@ -874,6 +874,10 @@
<h1 id="battery-widget"><a class="toclink" href="#battery-widget">Battery Widget</a></h1>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>The battery features are unavailable if the binary is compiled with the <code>battery</code> feature disabled!</p>
</div>
<p>The battery widget provides information about batteries on the system.</p>
<figure>
<img src="../../../assets/screenshots/battery.webp" alt="A picture of an expanded battery widget."/>