Skip to content
Merged

Docs #252

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
6 changes: 6 additions & 0 deletions docs/validate.md → docs/maestro-validate.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
+++
title = 'maestro-validate'
date = 2024-01-14T07:07:07+01:00
description = 'Validate KernelCI dashboard results against Mestro.'
+++

# `kci-dev maestro validate` — Maestro/Dashboard Consistency Checker

Validate KernelCI dashboard results against Maestro pipeline outputs.
Expand Down
10 changes: 10 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,13 @@ sidebar_cache_limit = 1000
name = "maestro-results"
url = "maestro-results/"
weight = 20

[[menu.main]]
name = "maestro-validate"
url = "maestro-validate/"
weight = 20

[[menu.main]]
name = "maestro-coverage"
url = "maestro-coverage/"
weight = 20
Loading