Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-19 17:11:03 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-02-01 01:53:58 +0300
commit492627c987fd167c956df49843e741cbe29fd77a (patch)
tree90156cbe7df8195569ed66926ccb2303b29332bd /doc/pages/README.md
parentc089f103342ae8f60c7fa9055ef79e3245d6a5fb (diff)
Fix the URL of group pages
Diffstat (limited to 'doc/pages/README.md')
-rw-r--r--doc/pages/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/pages/README.md b/doc/pages/README.md
index f6eb8ccb7a7..eb4217e0d1a 100644
--- a/doc/pages/README.md
+++ b/doc/pages/README.md
@@ -45,6 +45,14 @@ URL it will be accessible.
| Specific project under a user's page | `walter/area51` | `https://walter.gitlab.io/area51` |
| Specific project under a group's page | `therug/welovecats` | `https://therug.gitlab.io/welovecats` |
+## Group pages
+
+You can create a group page in context of your group.
+The project for group page must be written in lower.
+
+If you have a group `TheRug` and pages are hosted under `Example.com` in order to create a group page
+create a new project named `therug.example.com`.
+
## Enable the pages feature in your project
The GitLab Pages feature needs to be explicitly enabled for each project