Skip to content

Commit de6a693

Browse files
Update make docs procedure (#6553)
Co-authored-by: grafanabot <[email protected]>
1 parent af59ddb commit de6a693

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/make-docs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
# [Semantic versioning](https://semver.org/) is used to help the reader identify the significance of changes.
77
# Changes are relevant to this script and the support docs.mk GNU Make interface.
88
#
9+
# ## 6.0.1 (2024-02-28)
10+
#
11+
# ### Added
12+
#
13+
# - Suppress new errors relating to absent content introduced in https://github.com/grafana/website/pull/17561.
14+
#
915
# ## 6.0.0 (2024-02-16)
1016
#
1117
# ### Changed
@@ -822,7 +828,8 @@ EOF
822828
-e '/rm -rf dist*/ d' \
823829
-e '/Press Ctrl+C to stop/ d' \
824830
-e '/make/ d' \
825-
-e '/WARNING: The manual_mount source directory/ d'
831+
-e '/WARNING: The manual_mount source directory/ d' \
832+
-e '/docs\/_index.md .* not found/ d'
826833
fi
827834
;;
828835
esac

0 commit comments

Comments
 (0)