Skip to content

Draft: Redirect /help requests to docs.gitlab.com by default

What does this MR do?

Contributes to #214164 (closed)

Problem

We want to stop rendering documentation pages dynamically and redirect users to https://docs.gitlab.com.

Previous MR !43157 (merged) introduced an option to configure Documentation Pages URL in the Admin Area and redirect users to the documentation website. However, this functionality is hidden behind the feature flag.

Solution

  • Remove feature flag and allow users to configure Documentation Pages URL.

  • When Documentation Pages URL is not set, then the user will be redirected to https://docs.gitlab.com by default.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports

Loading