diff --git a/docs/Bazarr/index.md b/docs/Bazarr/index.md index e6500f829..645c25e6f 100644 --- a/docs/Bazarr/index.md +++ b/docs/Bazarr/index.md @@ -1,3 +1,29 @@ # Bazarr Here you will find several scripts you can use with Bazarr + +## Stable = bazarr Branche: master + +![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdocker-hotio%2Fdocker-bazarr%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5) + +- (stable) +- Builds Pushed after a testing period in development +- Github Branch: master +- Docker: [hotio/bazarr:latest](https://hub.docker.com/r/hotio/bazarr) + +```bash +hotio/bazarr:latest +``` + +## Dev = bazarr Branch: development + +![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdocker-hotio%2Fdocker-bazarr%2Fnightly%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5) + +- (development) +- Builds pushed when complete +- Github Branch: development +- Docker: [hotio/bazarr:nightly](https://hub.docker.com/r/hotio/bazarr) + +```bash +hotio/bazarr:nightly +``` diff --git a/docs/Sonarr/index.md b/docs/Sonarr/index.md index d3d03aff9..05a8e9993 100644 --- a/docs/Sonarr/index.md +++ b/docs/Sonarr/index.md @@ -2,6 +2,28 @@ Here you will find a collection of Sonarr Guides I made. -V2 = The still stable release +## v2 = Sonarr Branche: master -V3 = Stable Beta (Branch:Phantom) +![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdocker-hotio%2Fdocker-sonarr%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5) + +- (stable) (v2) +- Builds Pushed only when intentionally released +- Github Branch: master +- Docker: [hotio/sonarr:latest](https://hub.docker.com/r/hotio/sonarr) + +```bash +hotio/sonarr:latest +``` + +## v3 = Sonarr Branch: phantom-develop + +![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdocker-hotio%2Fdocker-sonarr%2Fnightly%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5) + +- (Stable Beta) (v3) +- Builds pushed when complete +- Github Branch: phantom-develop +- Docker: [hotio/sonarr:nightly](https://hub.docker.com/r/hotio/sonarr) + +```bash +hotio/sonarr:nightly +```