From cfee12c4bf14d5c544ae807d6c4140d4aaf9d9ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 05:16:53 +0000 Subject: [PATCH] Deployed dab4b6c4 to nightly with MkDocs 1.5.3 and mike 2.0.0 --- .../config-file/layout/index.html | 2 +- .../development/build_process/index.html | 4 +- .../development/deploy_process/index.html | 4 +- nightly/contribution/documentation/index.html | 20 +++---- .../issues-and-pull-requests/index.html | 2 +- .../packaging-and-distribution/index.html | 12 ++-- nightly/search/search_index.json | 2 +- nightly/sitemap.xml | 56 +++++++++--------- nightly/sitemap.xml.gz | Bin 484 -> 485 bytes nightly/support/unofficial/index.html | 6 +- nightly/troubleshooting/index.html | 2 +- 11 files changed, 55 insertions(+), 55 deletions(-) diff --git a/nightly/configuration/config-file/layout/index.html b/nightly/configuration/config-file/layout/index.html index c230d2d6..bc25d7c5 100644 --- a/nightly/configuration/config-file/layout/index.html +++ b/nightly/configuration/config-file/layout/index.html @@ -1377,7 +1377,7 @@ represents a widget. A widget is represented by having a type

Each component of the layout accepts a ratio value. If this is not set, it defaults to 1.

Furthermore, you can have duplicate widgets.

-

For an example, look at the default config, which contains the default layout.

+

For an example, look at the default config, which contains the default layout.

diff --git a/nightly/contribution/development/build_process/index.html b/nightly/contribution/development/build_process/index.html index f9595072..313a2960 100644 --- a/nightly/contribution/development/build_process/index.html +++ b/nightly/contribution/development/build_process/index.html @@ -1370,14 +1370,14 @@

This section is intended for people who wish to work on/build/distribute bottom, not general users.

Overview

-

bottom manages its own binary builds for nightly and stable release purposes. The core build workflow is handled by build_releases.yml, called by a wrapper workflow for nightly and stable releases. Builds take place via GitHub Actions.

+

bottom manages its own binary builds for nightly and stable release purposes. The core build workflow is handled by build_releases.yml, called by a wrapper workflow for nightly and stable releases. Builds take place via GitHub Actions.

The main things built are:

-

This documentation gives a high-level overview of the build process for each part. For the most up-to-date and detailed reference, definitely refer back to the build_releases.yml file.

+

This documentation gives a high-level overview of the build process for each part. For the most up-to-date and detailed reference, definitely refer back to the build_releases.yml file.

Binaries

Binaries are built currently for various targets. Note that not all of these are officially supported. The following general steps are performed: