diff options
author | Stan Hu <stanhu@gmail.com> | 2019-08-07 09:04:49 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-08-07 09:04:49 -0700 |
commit | 4f1997a05a3d8d8eb04949888eff4c6a92de1bc3 (patch) | |
tree | ee4654944cfa7a5609ef54569301e975a03c2c74 /doc/customization/index.md | |
parent | 971c1061b22ac921c32d194dd67b67819d1ac74d (diff) | |
parent | 8d659869e1d8ef4a844ea03890f42cb80f312fa0 (diff) | |
download | gitlab-ce-44496-save-project-id.tar.gz |
Merge branch 'master' into 44496-save-project-id44496-save-project-id
Diffstat (limited to 'doc/customization/index.md')
-rw-r--r-- | doc/customization/index.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/customization/index.md b/doc/customization/index.md index 0198059297f..f17a2d80e2c 100644 --- a/doc/customization/index.md +++ b/doc/customization/index.md @@ -1,18 +1,18 @@ --- +type: index 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. +For GitLab self-managed instances, you can customize the page logo, +email headers, favicon, and several other aspects of GitLab's appearance. -Read through the following documents to adjust GitLab's -look and feel to meet your needs: +The following pages explain how to customize the appearance of your instance: -- [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)
\ No newline at end of file +- [Changing the logo and description on the login page](branded_login_page.md) +- [Changing the navigation bar and email header logo](branded_page_and_email_header.md) +- [Changing the favicon](favicon.md) +- [Customizing the new project page](new_project_page.md) +- [Customizing the `/help` and login page messages](help_message.md) +- [Using the Libravatar service with GitLab](libravatar.md) |