From 04a248f4d12819c6af4e7f95f2ac82c42da2c738 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Sat, 23 Mar 2024 17:09:09 +0200 Subject: [PATCH] docs: conf_file: raise more the visibility of the config break --- docs/rst/daemon/configuration/conf_file.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/rst/daemon/configuration/conf_file.rst b/docs/rst/daemon/configuration/conf_file.rst index 54ffd0e0..2d9ec3f5 100644 --- a/docs/rst/daemon/configuration/conf_file.rst +++ b/docs/rst/daemon/configuration/conf_file.rst @@ -14,13 +14,14 @@ the ``--config-file`` or ``-c`` option: $ wireplumber --config-file=custom.conf -.. note:: +.. important:: Starting with WirePlumber 0.5, this is the only file that WirePlumber reads to load configuration (together with its fragments - see below). In the past, WirePlumber also used to read Lua configuration files that were referenced from ``wireplumber.conf`` and all the heavy lifting was done in Lua. This is - no longer the case, and the Lua configuration files are no longer supported. + no longer the case, and the **Lua configuration files are no longer supported.** + See :ref:`config_migration`. Note that Lua is still the scripting language for WirePlumber, but it is only used for actual scripting and not for configuration.