From 37af32d7f63400bcf8a2c0d599ee9ccf0500bf0f Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Fri, 17 Nov 2023 21:11:47 +0100 Subject: [PATCH] Update extra-cheat-sheets.json --- extra-cheat-sheets.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extra-cheat-sheets.json b/extra-cheat-sheets.json index ef8fc01fc..f65996036 100644 --- a/extra-cheat-sheets.json +++ b/extra-cheat-sheets.json @@ -369,12 +369,12 @@ "Design: Core Domain Charts": { "github": "core-domain-charts" }, - "Prometheus Docs": { + "Documentation Prometheus": { "github": "prometheus/docs", "filePattern": "^content/docs/(.+).md$" }, - "Documentation Grafana": { - "github": "grafana/grafana", - "filePattern": "^docs/sources/(.+).md$" + "Documentation ArgoCD": { + "github": "argoproj/argo-cd", + "filePattern": "^docs/(.+).md$" } }