diff --git a/src/app/documentation/documentation.component.ts b/src/app/documentation/documentation.component.ts index 2ec35b4..c442699 100644 --- a/src/app/documentation/documentation.component.ts +++ b/src/app/documentation/documentation.component.ts @@ -100,7 +100,9 @@ export class DocumentationComponent implements OnInit { link: "https://github.com/IBM/BlueXolo/blob/development/INSTALL_WITH_DOCKER.md", link_text: "BlueXolo Installation with Docker", img: ["assets/images/documentation/first-steps/bluexolo-docker/docker-ubuntu-0.png", - "assets/images/documentation/first-steps/bluexolo-docker/docker-ubuntu-1.png" + "assets/images/documentation/first-steps/bluexolo-docker/docker-ubuntu-1.png", + "assets/images/documentation/first-steps/bluexolo-docker/docker-windows-0.png", + "assets/images/documentation/first-steps/bluexolo-docker/docker-windows-1.png" ], video: this.sanitizer.bypassSecurityTrustResourceUrl("https://www.youtube-nocookie.com/embed/BhWienUmqY8") }, diff --git a/src/assets/images/documentation/first-steps/bluexolo-docker/docker-windows-0.png b/src/assets/images/documentation/first-steps/bluexolo-docker/docker-windows-0.png new file mode 100644 index 0000000..9b48768 Binary files /dev/null and b/src/assets/images/documentation/first-steps/bluexolo-docker/docker-windows-0.png differ diff --git a/src/assets/images/documentation/first-steps/bluexolo-docker/docker-windows-1.png b/src/assets/images/documentation/first-steps/bluexolo-docker/docker-windows-1.png new file mode 100644 index 0000000..931ff3d Binary files /dev/null and b/src/assets/images/documentation/first-steps/bluexolo-docker/docker-windows-1.png differ