Skip to content

Gitlab repo: update docs-lint image to pull in new SVGs

Amy Qualls requested to merge aqualls-update-image-lint into master

What does this MR do and why?

In !147384 (merged), @lauraXD discovered that a badge image available in https://gitlab-org.gitlab.io/gitlab-svgs/ was causing a pipeline error when using it in the UI / documentation:

ArgumentError: partner-verified is not a known icon in @gitlab-org/gitlab-svg
926lib/helpers/icons_helper.rb:22:in `icon':
partner-verified is not a known icon in @gitlab-org/gitlab-svg (ArgumentError)

Our internal Technical Writing documentation gives instructions on what to do. I've created gitlab-docs#1777 (closed) to update the linting images.

This MR is one of a set to make the new images available in our major repos, to unblock Laura.

Related items

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Amy Qualls

Merge request reports