Remove snippet visibility link

What does this MR do and why?

The help icon link next to the “Visibility level” label in the snippet form links to https://docs.gitlab.com/user/public_access/ which doesn't explain more than what the form already explains, and that docs page doesn't speak directly to snippets.

This change removes that help link from the snippet form. The code cleanup includes removing the help link component imports, removing the help link property from the component configuration, and removing all the related test code that was checking if the help link worked properly. The form still functions the same way for selecting visibility levels, but users no longer have access to the contextual help documentation.

References

Closes #28469 (closed)

Screenshots or screen recordings

State Before After
Create CleanShot 20250718114820@2x.png CleanShot 20250718114413@2x.png
Edit CleanShot 20250718114834@2x.png CleanShot 20250718114323@2x.png

How to set up and validate locally

  1. Go to Your work > Snippets
  2. Select New snippet, or an existing snippet and then Edit

MR acceptance checklist

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

Edited by Pedro Moreira da Silva

Merge request reports

Loading