From 80f505998fe0c6e105c343482f371fc3526aa707 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 31 Oct 2018 10:20:27 -0400 Subject: [PATCH] fix: Update heading levels in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f08d4c3..9b8569c 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ -## Visualize-Team-Project-Health-Widgets +# Visualize-Team-Project-Health-Widgets ![Visualize-Team-Project-Health-Widgets](https://almrangers.visualstudio.com/DefaultCollection/_apis/public/build/definitions/7f3cfb9a-d1cb-4e66-9d36-1af87b906fe9/125/badge) When you're running multiple CI/CD pipelines, it's invaluable to visualize the overall health of your projects. This extension contains several dashboard widgets, that enable users to create a visual cue on their dashboards, like the [Codify Build Light](https://github.com/Codify/build-light). -### Overview Widgets +## Overview Widgets Using the **Build Health Overview** and **Release Health Overview** widget you can add an overall status of your builds and releases to your dashboard. As shown, we have (1) thirty-four successful builds, (2) zero failed builds and (3) zero builds in progress. We also have 9 successful releases, zero failed releases, and 15 releases that are in progress. The widgets change its colour to **green** if everything is healthy, **blue** if anything is building, and **red** if anything has failed. ![Build Overview](extension/static/screenshots/buildoverview.png) -### Build Details +## Build Details By combining the **Build Health Overview** and the **Build Health Details** widgets you can create a build board that shows the same overview status and a detailed status for each build. ![Build Details](extension/static//screenshots/builddetails.png) -### Release Details +## Release Details By combining the **Release Health Overview** and the **Release Health Details** widgets you can create a release board that shows the same overview status and a detailed status for each release. As shown, we have 15 releases that are in progress, which changed the colour of the **Release Health Overview** widget and associated **Release Health Details** widgets to blue.