bazarr / wiki

Wiki for Bazarr, Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.
https://www.bazarr.media/
MIT License
27 stars 13 forks source link
bazarr faq wiki

Bazarr Wiki

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/

Development

If you want to work on the docs, here is how to run the development server:

  1. Create a fork of this repository.

  2. Clone the repository and cd into it:

    git clone https://github.com/YOUR_USERNAME/wiki
    cd wiki
  3. Install the Python requirements

    pip install -r docs/requirements.txt
  4. Run the mkdocs with live-reload:

    mkdocs serve

For more info on Mkdocs, visit their website.