Deprecate redundant page

Same as `branded_login_page.md`
This commit is contained in:
Marcia Ramos 2019-02-18 13:43:22 +00:00 committed by Achilleas Pipinellis
parent fea813ab93
commit de245ea36c
5 changed files with 32 additions and 12 deletions

View file

@ -0,0 +1,13 @@
# GitLab Help custom text
In larger organizations it is useful to have information about who has the responsibility of maintaining the company GitLab server.
1. Navigate to the admin area, click on **Preferences** and expand **Help page**.
1. Under **Help text** fill in the required information about the person(s) administering GitLab or any other information relevant to your needs.
![help message](help_message/help_text.png)
1. After saving the page this information will be shown on the GitLab login page and on the GitLab `/help` page (e.g., <https://gitlab.com/help>).
![help text on help page](help_message/help_text_on_help_page.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -0,0 +1,18 @@
---
description: Learn how to customize GitLab's appearance for self-managed installations.
---
# Customizing GitLab's appearance **[CORE ONLY]**
For GitLab self-managed instances, it's possible to customize
a few pages.
Read through the following documents to adjust GitLab's
look and feel to meet your needs:
- [Custom login page](branded_login_page.md)
- [Custom header and email logo](branded_page_and_email_header.md)
- [Custom favicon](favicon.md)
- [Libravatar](libravatar.md)
- [New project page](new_project_page.md)
- [Custom `/help` message](help_message.md)

View file

@ -1,12 +1 @@
# Customize the complete sign-in page
Please see [Branded login page](branded_login_page.md)
# Add a welcome message to the sign-in page (GitLab Community Edition)
It is possible to add a markdown-formatted welcome message to your GitLab
sign-in page. Users of GitLab Enterprise Edition should use the [branded login
page feature](branded_login_page.md) instead.
The welcome message (extra_sign_in_text) can now be set/changed in the Admin UI.
Admin area > Settings
This document was moved to [another location](branded_login_page.md).