mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 01:41:24 -06:00
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:
parent
a802e84772
commit
602ee37533
16
.github/workflows/doc-validator.yml
vendored
Normal file
16
.github/workflows/doc-validator.yml
vendored
Normal 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"
|
@ -15,7 +15,7 @@ title: What's new in Grafana v7.5
|
||||
weight: -32
|
||||
---
|
||||
|
||||
# What’s 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).
|
||||
|
||||
|
@ -15,7 +15,7 @@ title: What's new in Grafana v8.0
|
||||
weight: -33
|
||||
---
|
||||
|
||||
# What’s 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).
|
||||
|
||||
|
@ -15,7 +15,7 @@ title: What's new in Grafana v8.1
|
||||
weight: -33
|
||||
---
|
||||
|
||||
# What’s 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.
|
||||
|
||||
|
@ -15,7 +15,7 @@ title: What's new in Grafana v8.2
|
||||
weight: -33
|
||||
---
|
||||
|
||||
# What’s 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 Grafana’s accessibility, part of its continuing mission to democratize metrics _for everyone_.
|
||||
|
||||
|
@ -15,7 +15,7 @@ title: What's new in Grafana v8.3
|
||||
weight: -33
|
||||
---
|
||||
|
||||
# What’s 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.
|
||||
|
||||
|
@ -15,7 +15,7 @@ title: What's new in Grafana v8.4
|
||||
weight: -33
|
||||
---
|
||||
|
||||
# What’s new in Grafana v8.4
|
||||
# What's new in Grafana v8.4
|
||||
|
||||
We’re excited to announce Grafana v8.4, with a variety of improvements that focus on Grafana’s 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, we’ve 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.
|
||||
|
||||
|
@ -15,7 +15,7 @@ title: What's new in Grafana v8.5
|
||||
weight: -33
|
||||
---
|
||||
|
||||
# What’s new in Grafana v8.5
|
||||
# What's new in Grafana v8.5
|
||||
|
||||
We’re excited to announce Grafana v8.5, with a variety of improvements that focus on Grafana’s usability, performance, and security.
|
||||
|
||||
|
@ -15,7 +15,7 @@ title: What's new in Grafana v9.0
|
||||
weight: -33
|
||||
---
|
||||
|
||||
# What’s 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 Grafana’s ease of use, discovery of data through new and improved visualizations and a default Grafana Alerting experience.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user