Add doc-validator tool to CI (#51698)

* Add doc-validator tool to CI

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Use simpler apostrophe to make title match h1

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Ensure doc-validator CI always passes until all errors are resolved

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Jack Baldry 2022-07-07 08:58:51 +01:00 committed by GitHub
parent a802e84772
commit 602ee37533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 24 additions and 8 deletions

16
.github/workflows/doc-validator.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: "doc-validator"
on:
pull_request:
paths: ["docs/sources/**"]
workflow_dispatch:
jobs:
doc-validator:
runs-on: "ubuntu-latest"
container:
image: "grafana/doc-validator:latest"
steps:
- name: "Checkout code"
uses: "actions/checkout@v3"
- name: "Run doc-validator tool"
# Ensure that the CI always passes until all errors are resolved.
run: "doc-validator ./docs/sources || true"

View File

@ -15,7 +15,7 @@ title: What's new in Grafana v7.5
weight: -32
---
# Whats new in Grafana v7.5
# What's new in Grafana v7.5
This topic includes the release notes for Grafana v7.5. For all details, read the full [CHANGELOG.md](https://github.com/grafana/grafana/blob/master/CHANGELOG.md).

View File

@ -15,7 +15,7 @@ title: What's new in Grafana v8.0
weight: -33
---
# Whats new in Grafana v8.0
# What's new in Grafana v8.0
This topic includes the release notes for Grafana v8.0. For all details, read the full [CHANGELOG.md](https://github.com/grafana/grafana/blob/master/CHANGELOG.md).

View File

@ -15,7 +15,7 @@ title: What's new in Grafana v8.1
weight: -33
---
# Whats new in Grafana v8.1
# What's new in Grafana v8.1
> **Note:** This topic will be updated frequently between now and the final release.

View File

@ -15,7 +15,7 @@ title: What's new in Grafana v8.2
weight: -33
---
# Whats new in Grafana v8.2
# What's new in Grafana v8.2
Grafana 8.2 continues to build on the foundation of Grafana 8.0 & 8.1. Grafana 8.2 also marks the start of our work to bring Grafana closer to all users with a focus on increasing Grafanas accessibility, part of its continuing mission to democratize metrics _for everyone_.

View File

@ -15,7 +15,7 @@ title: What's new in Grafana v8.3
weight: -33
---
# Whats new in Grafana v8.3
# What's new in Grafana v8.3
Grafana 8.3 is an exciting release for Grafana Labs. This release includes the new Candlestick Panel, a new visualization suggestions engine and, for enterprise users, Recorded Queries.

View File

@ -15,7 +15,7 @@ title: What's new in Grafana v8.4
weight: -33
---
# Whats new in Grafana v8.4
# What's new in Grafana v8.4
Were excited to announce Grafana v8.4, with a variety of improvements that focus on Grafanas usability, performance, and security. Read on to learn about Alerting enhancements like a WeCom contact point, improved Alert panel and custom mute timings, as well as visualization improvements and details to help you share playlists more easily. In Grafana Enterprise, weve made caching more powerful to save you time and money while loading dashboards, boosted database encryption to keep secrets safe in your Grafana database, and made usability improvements to Recorded Queries, which allow you to track any data point over time.

View File

@ -15,7 +15,7 @@ title: What's new in Grafana v8.5
weight: -33
---
# Whats new in Grafana v8.5
# What's new in Grafana v8.5
Were excited to announce Grafana v8.5, with a variety of improvements that focus on Grafanas usability, performance, and security.

View File

@ -15,7 +15,7 @@ title: What's new in Grafana v9.0
weight: -33
---
# Whats new in Grafana v9.0
# What's new in Grafana v9.0
As tradition goes, GrafanaCon — our yearly community event for Grafana open source users — is also where we launch the latest software release of Grafana. Keeping up with tradition, we are excited to be announcing Grafana v9.0: a release that elevates Grafanas ease of use, discovery of data through new and improved visualizations and a default Grafana Alerting experience.