Commit 3f2faa3a authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Rename user/project pages headings

parent a7b468c3
...@@ -20,8 +20,8 @@ deploy static pages for your individual projects, your user or your group. ...@@ -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) - [Getting started with GitLab Pages](#getting-started-with-gitlab-pages)
- [GitLab Pages requirements](#gitlab-pages-requirements) - [GitLab Pages requirements](#gitlab-pages-requirements)
- [GitLab pages per user or group](#gitlab-pages-per-user-or-group) - [User or group Pages](#user-or-group-pages)
- [GitLab pages per project](#gitlab-pages-per-project) - [Project Pages](#project-pages)
- [Explore the contents of .gitlab-ci.yml](#explore-the-contents-of-gitlab-ci-yml) - [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) - [Remove the contents of your pages](#remove-the-contents-of-your-pages)
- [Next steps](#next-steps) - [Next steps](#next-steps)
...@@ -78,7 +78,7 @@ In brief, this is what you need to upload your website in GitLab Pages: ...@@ -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 > 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. > 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 Head over your GitLab instance that supports GitLab Pages and create a
repository named `username.example.io`, where `username` is your username on 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 ...@@ -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 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. `http(s)://username.example.io`. Keep reading to find out how.
### GitLab pages per project ### Project Pages
> **Note:** > **Note:**
> You do _not_ have to create a project named `username.example.io` in order to > You do _not_ have to create a project named `username.example.io` in order to
> serve a project's page. > serve a project's page.
### Explore the contents of .gitlab-ci.yml ### Explore the contents of .gitlab-ci.yml
> **Note:** > **Note:**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment