Skip to content

Rename admin_area to administration in UI docs links

Achilleas Pipinellis requested to merge axil-admin-area-to-administration into master

What does this MR do and why?

Rename user/admin_area to administration in UI docs links.

Part of the effort to move all docs from doc/user/admin_area/ to doc/administration/ #384335 (closed).

How to set up and validate locally

A tedious process is:

  1. Set up GDK.
  2. Launch GitLab and verify the URL links of this MR work as expected.

Another option is to check whether all those links exist under doc/. I went ahead and verified them one by one, but a second pair of eyes never hurts 🙂

There's also a test that checks for broken UI links https://gitlab.com/gitlab-org/gitlab/-/blob/beb73bc58b2e24a556199a5645ab3ffd318e1e26/.gitlab/ci/docs.gitlab-ci.yml#L104-112, but we need a doc change to trigger it (not in this MR). To run it manually:

bundle exec haml-lint -i DocumentationLinks

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Achilleas Pipinellis

Merge request reports