mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-22 01:40:04 +01:00
* Add information about multiple instances * Document better how the lua config files work * Document how lua config files get merged from different places * Copy over additional documentation for ALSA from pw-media-session * Fix rst syntax issues
18 lines
392 B
Meson
18 lines
392 B
Meson
# you need to add here any files you add to the toc directory as well
|
|
sphinx_files += files(
|
|
'index.rst',
|
|
'installing-wireplumber.rst',
|
|
'running-wireplumber-daemon.rst',
|
|
'configuration.rst',
|
|
'daemon-logging.rst',
|
|
'contributing.rst',
|
|
'community.rst',
|
|
'testing.rst',
|
|
'releases.rst',
|
|
'c_api.rst',
|
|
'lua_api.rst',
|
|
)
|
|
|
|
subdir('c_api')
|
|
subdir('lua_api')
|
|
subdir('configuration')
|