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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-24 19:19:17 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-02-01 01:55:31 +0300
commitea8ff3922cec940024b03d7b3f87d07e8a02695f (patch)
treea387e090de7651d170ae661ab11e078693e53437 /doc/pages/README.md
parent7e7da5b2cbce6f4edab40f92d664fc4030314121 (diff)
Rename user/project pages headings
Diffstat (limited to 'doc/pages/README.md')
-rw-r--r--doc/pages/README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/pages/README.md b/doc/pages/README.md
index e36b651b9b3..ea46003cb3b 100644
--- a/doc/pages/README.md
+++ b/doc/pages/README.md
@@ -20,8 +20,8 @@ deploy static pages for your individual projects, your user or your group.
- [Getting started with GitLab Pages](#getting-started-with-gitlab-pages)
- [GitLab Pages requirements](#gitlab-pages-requirements)
- - [GitLab pages per user or group](#gitlab-pages-per-user-or-group)
- - [GitLab pages per project](#gitlab-pages-per-project)
+ - [User or group Pages](#user-or-group-pages)
+ - [Project Pages](#project-pages)
- [Explore the contents of .gitlab-ci.yml](#explore-the-contents-of-gitlab-ci-yml)
- [Remove the contents of your pages](#remove-the-contents-of-your-pages)
- [Next steps](#next-steps)
@@ -78,7 +78,7 @@ In brief, this is what you need to upload your website in GitLab Pages:
> If [shared runners](../ci/runners/README.md) are enabled by your GitLab
> administrator, you should be able to use them instead of bringing your own.
-### GitLab pages per user or group
+### User or group Pages
Head over your GitLab instance that supports GitLab Pages and create a
repository named `username.example.io`, where `username` is your username on
@@ -97,14 +97,13 @@ After you push some static content to your repository and GitLab Runner uploads
the artifacts to GitLab CI, you will be able to access your website under
`http(s)://username.example.io`. Keep reading to find out how.
-### GitLab pages per project
+### Project Pages
> **Note:**
> You do _not_ have to create a project named `username.example.io` in order to
> serve a project's page.
-
### Explore the contents of .gitlab-ci.yml
> **Note:**