Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 736 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 736 Bytes

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.