diff --git a/docs/validate.md b/docs/maestro-validate.md similarity index 98% rename from docs/validate.md rename to docs/maestro-validate.md index 1e1aecd..aa86341 100644 --- a/docs/validate.md +++ b/docs/maestro-validate.md @@ -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. diff --git a/hugo.toml b/hugo.toml index 5e21304..a838439 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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