From 12b624313c5b5f3db0f74248f28595b16f6c34a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:50:38 +0000 Subject: [PATCH] Update `make docs` procedure (#78877) Co-authored-by: grafanabot --- docs/make-docs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/make-docs b/docs/make-docs index 751e22f4fd4..25176a37f05 100755 --- a/docs/make-docs +++ b/docs/make-docs @@ -6,6 +6,14 @@ # [Semantic versioning](https://semver.org/) is used to help the reader identify the significance of changes. # Changes are relevant to this script and the support docs.mk GNU Make interface. # + +# ## 5.1.2 (2023-11-08) +# +# ### Added +# +# - Hide manual_mount warning messages from non-debug output. +# Set the DEBUG environment variable to see all hidden messages. +# # ## 5.1.1 (2023-10-30) # # ### Added @@ -779,7 +787,8 @@ EOF -e '/website-proxy/ d' \ -e '/rm -rf dist*/ d' \ -e '/Press Ctrl+C to stop/ d' \ - -e '/make/ d' + -e '/make/ d' \ + -e '/WARNING: The manual_mount source directory/ d' fi ;; esac