Skip to content

Commit

Permalink
Update make docs procedure (#7167)
Browse files Browse the repository at this point in the history
Signed-off-by: Arve Knudsen <[email protected]>
Co-authored-by: grafanabot <[email protected]>
  • Loading branch information
github-actions[bot] and grafanabot authored Jan 19, 2024
1 parent 8241204 commit 1629e21
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/make-docs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
# [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.2.0 (2024-01-18)
#
# ### Changed
#
# - Updated `make vale` to use latest Vale style and configuration.
# - Updated `make vale` to use platform appropriate image.
#
# ## 5.1.2 (2023-11-08)
#
# ### Added
Expand Down Expand Up @@ -704,13 +710,13 @@ case "${image}" in
"${PODMAN}" run \
--init \
--interactive \
--platform linux/amd64 \
--rm \
--workdir /etc/vale \
--tty \
${volumes} \
"${DOCS_IMAGE}" \
"--minAlertLevel=${VALE_MINALERTLEVEL}" \
--config=/etc/vale/.vale.ini \
'--glob=*.md' \
--output=line \
/hugo/content/docs | sed "s#$(proj_dst "${proj}")#sources#"
;;
Expand Down

0 comments on commit 1629e21

Please sign in to comment.