diff --git a/doc/.vale/gitlab_docs/ImagesOld.yml b/doc/.vale/gitlab_docs/ImagesOld.yml new file mode 100644 index 0000000000000000000000000000000000000000..dfe477bfb5244e71d5ba13f5d06980d5ad193e87 --- /dev/null +++ b/doc/.vale/gitlab_docs/ImagesOld.yml @@ -0,0 +1,13 @@ +--- +# Suggestion: gitlab_docs.ImagesOld +# +# Checks for images that are not from supported versions of GitLab +# +# For a list of all options, see https://vale.sh/docs/topics/styles/ +extends: existence +message: "Review this image. It might be out of date." +link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#anchor-links +level: suggestion +scope: raw +raw: + - '!\[[^\]]*\]\([^\)]*_v1(?![4567])[^\)]*\)'