Wiki for Bazarr, Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.
The actual wiki can be found by following the link below
If you want to work on the docs, here is how to run the development server:
Create a fork of this repository.
Clone the repository and cd into it:
git clone https://github.com/YOUR_USERNAME/wiki
cd wiki
Install the Python requirements
pip install -r docs/requirements.txt
Run the mkdocs with live-reload:
mkdocs serve