Files
wireplumber/docs/rst/daemon/configuration/meson.build
George Kiagiadakis 8a893bdaf0 docs: add document on how to modify the configuration
Including information about the rules syntax.
Fixes: #595
2024-03-18 13:57:26 +02:00

15 lines
344 B
Meson

# you need to add here any files you add to the toc directory as well
sphinx_files += files(
'conf_file.rst',
'components_and_profiles.rst',
'configuration_option_types.rst',
'modifying_configuration.rst',
'features.rst',
'settings.rst',
'alsa.rst',
'bluetooth.rst',
'access.rst',
'locations.rst',
'multi_instance.rst',
)