We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make docs
1 parent af59ddb commit de6a693Copy full SHA for de6a693
docs/make-docs
@@ -6,6 +6,12 @@
6
# [Semantic versioning](https://semver.org/) is used to help the reader identify the significance of changes.
7
# Changes are relevant to this script and the support docs.mk GNU Make interface.
8
#
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
15
# ## 6.0.0 (2024-02-16)
16
17
# ### Changed
@@ -822,7 +828,8 @@ EOF
822
828
-e '/rm -rf dist*/ d' \
823
829
-e '/Press Ctrl+C to stop/ d' \
824
830
-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'
826
833
fi
827
834
;;
835
esac
0 commit comments