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
https://wiki.bazarr.media/
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