From 5fcfade7f0ed16aba91ea83a8bfdbe05cfcf61ce Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:13:35 +0000 Subject: [PATCH] [v10.3.x] Update `make docs` procedure (#81182) Co-authored-by: grafanabot Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/make-docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make-docs b/docs/make-docs index d4a8fd53f5b..d5d861ca83b 100755 --- a/docs/make-docs +++ b/docs/make-docs @@ -717,7 +717,7 @@ case "${image}" in "${DOCS_IMAGE}" \ "--minAlertLevel=${VALE_MINALERTLEVEL}" \ '--glob=*.md' \ - --output=line \ + --output=/etc/vale/rdjsonl.tmpl \ /hugo/content/docs | sed "s#$(proj_dst "${proj}")#sources#" ;; *)