Deployed 32434932 to nightly with MkDocs 1.4.1 and mike 1.1.2

This commit is contained in:
github-actions[bot] 2023-01-27 02:37:38 +00:00
parent e7de263764
commit ff116f270b
4 changed files with 44 additions and 36 deletions

View File

@ -1055,14 +1055,21 @@
<h1 id="packaging-and-distribution"><a class="toclink" href="#packaging-and-distribution">Packaging and Distribution</a></h1> <h1 id="packaging-and-distribution"><a class="toclink" href="#packaging-and-distribution">Packaging and Distribution</a></h1>
<p>Package maintainers are always welcome and appreciated! Here's some info on how one can help with package distribution and bottom.</p> <p>Package maintainers are always welcome and appreciated! Here's some info on how one can help with package distribution
and bottom.</p>
<h2 id="pre-built-binaries"><a class="toclink" href="#pre-built-binaries">Pre-built binaries</a></h2> <h2 id="pre-built-binaries"><a class="toclink" href="#pre-built-binaries">Pre-built binaries</a></h2>
<p>The latest stable release can be found <a href="https://github.com/ClementTsang/bottom/releases/latest">here</a>, where you can find pre-built binaries in either a <code>tar.gz</code> or <code>zip</code> format. <p>The latest stable release can be found <a href="https://github.com/ClementTsang/bottom/releases/latest">here</a>, where you ca
Binaries here also include automatically generated shell completion files for zsh, bash, fish, and Powershell, which you may want to also install during the packaging find pre-built binaries in either a <code>tar.gz</code> or <code>zip</code> format. Binaries here also include automatically generated shell
completion files for zsh, bash, fish, and Powershell, which you may want to also install during the packaging
process.</p> process.</p>
<p>You can also find a nightly build in the <a href="https://github.com/ClementTsang/bottom/releases">releases page</a>, built every day at 00:00 UTC off of the master branch.</p> <p>You can also find a nightly build in the <a href="https://github.com/ClementTsang/bottom/releases">releases page</a>, built every
day at 00:00 UTC off of the master branch.</p>
<p>In both cases, we use a combination of GitHub Actions and CirrusCI (mainly for FreeBSD and macOS M1) to create our
release binaries. <a href="https://github.com/ClementTsang/bottom/blob/master/.github/workflows/build_releases.yml"><code>build_releases.yml</code></a>
contains the GitHub Action workflow used to do both of these, if reference is needed.</p>
<h2 id="building-manually"><a class="toclink" href="#building-manually">Building manually</a></h2> <h2 id="building-manually"><a class="toclink" href="#building-manually">Building manually</a></h2>
<p>If you want to manually build bottom rather than distributing a pre-built binary, you'll need the most recent version of stable Rust, which you can get with:</p> <p>If you want to manually build bottom rather than distributing a pre-built binary, you'll need the most recent version
of stable Rust, which you can get with:</p>
<div class="highlight"><pre><span></span><code>rustup<span class="w"> </span>update<span class="w"> </span>stable <div class="highlight"><pre><span></span><code>rustup<span class="w"> </span>update<span class="w"> </span>stable
</code></pre></div> </code></pre></div>
<p>You'll then want to build with:</p> <p>You'll then want to build with:</p>
@ -1088,9 +1095,10 @@ script.</p>
<p>For more information, you may want to look at either the <a href="https://github.com/ClementTsang/bottom/blob/master/build.rs"><code>build.rs</code></a> <p>For more information, you may want to look at either the <a href="https://github.com/ClementTsang/bottom/blob/master/build.rs"><code>build.rs</code></a>
file or the <a href="https://github.com/ClementTsang/bottom/blob/master/.github/workflows/build_releases.yml">binary build CI workflow</a>.</p> file or the <a href="https://github.com/ClementTsang/bottom/blob/master/.github/workflows/build_releases.yml">binary build CI workflow</a>.</p>
<h2 id="adding-an-installation-source"><a class="toclink" href="#adding-an-installation-source">Adding an installation source</a></h2> <h2 id="adding-an-installation-source"><a class="toclink" href="#adding-an-installation-source">Adding an installation source</a></h2>
<p>Once you've finished your installation source, if you want to mention it in the main bottom repo, fork the repo and add the installation method and any details to <p>Once you've finished your installation source, if you want to mention it in the main bottom repo, fork the repo and add
the <a href="https://github.com/ClementTsang/bottom/blob/master/README.md"><code>README.md</code></a> file under the <a href="https://github.com/ClementTsang/bottom#installation">Installation</a> section. the installation method and any details to the <a href="https://github.com/ClementTsang/bottom/blob/master/README.md"><code>README.md</code></a>
Once that's done, open a pull request - these will usually be approved of very quickly.</p> file under the <a href="https://github.com/ClementTsang/bottom#installation">Installation</a> section, as well as a corresponding
table of contents entry. Once that's done, open a pull request - these will usually be approved of very quickly.</p>
<p>You can find more info on the contribution process <a href="../issues-and-pull-requests/#pull-requests">here</a>.</p> <p>You can find more info on the contribution process <a href="../issues-and-pull-requests/#pull-requests">here</a>.</p>

File diff suppressed because one or more lines are too long

View File

@ -2,137 +2,137 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/</loc> <loc>https://clementtsang.github.io/bottom/nightly/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/troubleshooting/</loc> <loc>https://clementtsang.github.io/bottom/nightly/troubleshooting/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/configuration/command-line-flags/</loc> <loc>https://clementtsang.github.io/bottom/nightly/configuration/command-line-flags/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/configuration/config-file/data-filtering/</loc> <loc>https://clementtsang.github.io/bottom/nightly/configuration/config-file/data-filtering/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/configuration/config-file/default-config/</loc> <loc>https://clementtsang.github.io/bottom/nightly/configuration/config-file/default-config/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/configuration/config-file/flags/</loc> <loc>https://clementtsang.github.io/bottom/nightly/configuration/config-file/flags/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/configuration/config-file/layout/</loc> <loc>https://clementtsang.github.io/bottom/nightly/configuration/config-file/layout/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/configuration/config-file/theming/</loc> <loc>https://clementtsang.github.io/bottom/nightly/configuration/config-file/theming/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/contribution/documentation/</loc> <loc>https://clementtsang.github.io/bottom/nightly/contribution/documentation/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/contribution/issues-and-pull-requests/</loc> <loc>https://clementtsang.github.io/bottom/nightly/contribution/issues-and-pull-requests/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/contribution/packaging-and-distribution/</loc> <loc>https://clementtsang.github.io/bottom/nightly/contribution/packaging-and-distribution/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/contribution/development/build_process/</loc> <loc>https://clementtsang.github.io/bottom/nightly/contribution/development/build_process/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/contribution/development/deploy_process/</loc> <loc>https://clementtsang.github.io/bottom/nightly/contribution/development/deploy_process/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/contribution/development/dev_env/</loc> <loc>https://clementtsang.github.io/bottom/nightly/contribution/development/dev_env/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/contribution/development/logging/</loc> <loc>https://clementtsang.github.io/bottom/nightly/contribution/development/logging/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/contribution/development/testing/</loc> <loc>https://clementtsang.github.io/bottom/nightly/contribution/development/testing/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/support/official/</loc> <loc>https://clementtsang.github.io/bottom/nightly/support/official/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/support/unofficial/</loc> <loc>https://clementtsang.github.io/bottom/nightly/support/unofficial/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/basic-mode/</loc> <loc>https://clementtsang.github.io/bottom/nightly/usage/basic-mode/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/general-usage/</loc> <loc>https://clementtsang.github.io/bottom/nightly/usage/general-usage/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/battery/</loc> <loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/battery/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/cpu/</loc> <loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/cpu/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/disk/</loc> <loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/disk/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/memory/</loc> <loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/memory/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/network/</loc> <loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/network/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/process/</loc> <loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/process/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/temperature/</loc> <loc>https://clementtsang.github.io/bottom/nightly/usage/widgets/temperature/</loc>
<lastmod>2023-01-19</lastmod> <lastmod>2023-01-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>

Binary file not shown.