Customize the Help page message
DETAILS: Tier: Free, Premium, Ultimate Offering: Self-managed
In large organizations, it is useful to have information about who to contact or where
to go for help. You can customize and display this information on the GitLab /help
page.
Add a help message to the Help page
You can add a help message, which is shown at the top of the GitLab /help
page (for example,
https://gitlab.com/help):
- On the left sidebar, at the bottom, select Admin.
- Select Settings > Preferences.
- Expand Help page.
- In Additional text to show on the Help page, enter the information you want to display on
/help
. - Select Save changes.
You can now see the message on /help
.
NOTE:
By default, /help
is visible to unauthenticated users. However, if the
Public visibility level
is restricted, /help
is visible only to authenticated users.
Add a help message to the sign-in page
- Additional text to show on the sign-in page deprecated in GitLab 17.0.
To add a help message to the sign-in page, customize your sign-in and register pages.
Hide marketing-related entries from the Help page
GitLab marketing-related entries are occasionally shown on the Help page. To hide these entries:
- On the left sidebar, at the bottom, select Admin.
- Select Settings > Preferences.
- Expand Help page.
- Select the Hide marketing-related entries from the Help page checkbox.
- Select Save changes.
Set a custom Support page URL
You can specify a custom URL to which users are directed when they:
- Select Help > Support.
- Select See our website for help on the Help page.
- On the left sidebar, at the bottom, select Admin.
- Select Settings > Preferences.
- Expand Help page.
- In the Support page URL field, enter the URL.
- Select Save changes.
/help
pages
Redirect You can redirect all /help
links to a destination that meets the necessary requirements.
- On the left sidebar, at the bottom, select Admin.
- Select Settings > Preferences.
- Expand Help page.
- In the Documentation pages URL field, enter the URL.
- Select Save changes.
If the Documentation pages URL field is empty, the GitLab instance displays a basic version of the documentation
sourced from the doc
directory of GitLab.
Destination requirements
When redirecting /help
, GitLab:
- Redirects requests to the specified URL.
- Appends
ee
and the documentation path, which includes the version number, to the URL. - Appends
.html
to the URL, and removes.md
if necessary.
For example, if the URL is set to https://docs.gitlab.com
, requests for
/help/administration/settings/help_page.md
redirect to:
https://docs.gitlab.com/${VERSION}/ee/administration/settings/help_page.html
.