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: