TODO: add general description about the service container(s) provided, define terms etc here.

Per-repository and multi-repository services are defined using wiring files. They are specified using the following global variables (each being an array of file paths). Extensions can register their custom services by adding their files to those globals in their extension.json file.
;wgWikibaseMultiRepositoryServiceWiringFiles: Array of file paths containing definitions of multi-repository services. By default <code>data-access/src/MultiRepositoryServiceWiring.php</code> is used.
;wgWikibasePerRepositoryServiceWiringFiles: Array of file paths containing definitions of per-repository services. By default <code>data-access/src/PerRepositoryServiceWiring.php</code> is used.