Skip to content

Commit e624278

Browse files
Update make docs procedure (#1641)
Co-authored-by: grafanabot <[email protected]>
1 parent 937b25d commit e624278

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/make-docs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
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+
# ## 8.0.1 (2024-07-01)
10+
#
11+
# ### Fixed
12+
#
13+
# - Update log suppression to catch new format of website /docs/ homepage REF_NOT_FOUND warnings.
14+
#
15+
# These warnings are related to missing some pages during the build that are required for the /docs/ homepage.
16+
# They were previously suppressed but the log format changed and without this change they reappear in the latest builds.
17+
#
918
# ## 8.0.0 (2024-05-28)
1019
#
1120
# ### Changed
@@ -905,7 +914,7 @@ EOF
905914
-e '/Press Ctrl+C to stop/ d' \
906915
-e '/make/ d' \
907916
-e '/WARNING: The manual_mount source directory/ d' \
908-
-e '/docs\/_index.md .* not found/ d'
917+
-e '/"docs\/_index.md" not found/d'
909918
fi
910919
;;
911920
esac

0 commit comments

Comments
 (0)