From ef24f35ff82925c2fdfcc5c0083b1b57c8661f62 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Sat, 27 Jan 2024 12:39:57 +0200 Subject: [PATCH] docs: rename settings section and add link back to the config option types --- docs/rst/daemon/configuration/settings.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/rst/daemon/configuration/settings.rst b/docs/rst/daemon/configuration/settings.rst index ed1b65dc..066749fb 100644 --- a/docs/rst/daemon/configuration/settings.rst +++ b/docs/rst/daemon/configuration/settings.rst @@ -1,7 +1,7 @@ .. _config_settings: -WirePlumber Settings -==================== +Well-known Settings +=================== This section describes the settings that can be configured on WirePlumber. @@ -9,4 +9,7 @@ Settings can be either configured statically in the configuration file by setting them under the ``wireplumber.settings`` section, or they can be configured dynamically at runtime by using metadata. +For more information on what "settings" are and how they work, refer to the +previous section: :ref:`config_configuration_option_types`. + .. include:: ../../../../src/scripts/lib/SETTINGS.rst