Skip to content

Commit

Permalink
Merge pull request #426 from grafana/update-make-docs
Browse files Browse the repository at this point in the history
Update `make docs` procedure
  • Loading branch information
jdbaldry authored Nov 9, 2023
2 parents 086326f + 176e1da commit 842804f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/make-docs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 842804f

Please sign in to comment.