Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Mimir tutorial mount #5536

Merged
merged 2 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
- name: Run doc-validator tool (mimir)
run: >
doc-validator
'--skip-checks=^canonical-does-not-match-pretty-URL$'
docs/sources/mimir
/docs/mimir/latest
| reviewdog
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
aliases:
- ../tutorials/play-with-grafana-mimir/
- ../tutorials/
associated_technologies:
- mimir
author:
- marco
canonical: https://grafana.com/tutorials/play-with-grafana-mimir/
description: Learn about Grafana Mimir, which provides distributed,
horizontally scalable, and highly available long term storage for Prometheus.
keywords:
Expand Down
3 changes: 3 additions & 0 deletions docs/variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ export DOC_VALIDATOR_IMAGE := $(shell sed -n 's, *image: \(grafana/doc-validator

# Use alternative image until make-docs 3.0.0 is rolled out.
export DOCS_IMAGE := grafana/docs-base:dbd975af06

# Skip some doc-validator checks.
export DOC_VALIDATOR_SKIP_CHECKS := ^canonical-does-not-match-pretty-URL$
Loading