Typo fixes, remove unnecessary information about pages path [ci skip]
This commit is contained in:
parent
324fe12a12
commit
9c78a206ce
2 changed files with 5 additions and 14 deletions
|
@ -4,7 +4,7 @@ _**Note:** This feature was [introduced][ee-80] in GitLab EE 8.3_
|
||||||
|
|
||||||
With GitLab Pages you can host for free your static websites on GitLab.
|
With GitLab Pages you can host for free your static websites on GitLab.
|
||||||
Combined with the power of GitLab CI and the help of GitLab Runner you can
|
Combined with the power of GitLab CI and the help of GitLab Runner you can
|
||||||
deploy static pages for your individual projects your user or your group.
|
deploy static pages for your individual projects, your user or your group.
|
||||||
|
|
||||||
## Enable the pages feature in your GitLab EE instance
|
## Enable the pages feature in your GitLab EE instance
|
||||||
|
|
||||||
|
@ -101,19 +101,10 @@ in the artifacts.
|
||||||
|
|
||||||
## Frequently Asked Questions
|
## Frequently Asked Questions
|
||||||
|
|
||||||
**Q:** Where are my generated pages stored?
|
|
||||||
|
|
||||||
**A:** All content is located by default under `shared/pages/` in the root
|
|
||||||
directory of the GitLab installation. To be exact, all specific projects under
|
|
||||||
a namespace are stored in `shared/pages/${namespace}/${project}/public/` and
|
|
||||||
all user/group pages in `shared/pages/${namespace}/${namespace}/public/`.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Q:** Can I download my generated pages?
|
**Q:** Can I download my generated pages?
|
||||||
|
|
||||||
**A:** Sure. All you need is to download the artifacts archive from the build
|
**A:** Sure. All you need to do is download the artifacts archive from the
|
||||||
page.
|
build page.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -30,8 +30,8 @@ host that GitLab runs. For example, an entry would look like this:
|
||||||
where `gitlab.io` is the domain under which GitLab Pages will be served
|
where `gitlab.io` is the domain under which GitLab Pages will be served
|
||||||
and `1.2.3.4` is the IP address of your GitLab instance.
|
and `1.2.3.4` is the IP address of your GitLab instance.
|
||||||
|
|
||||||
It is strongly advised to **not** use the GitLab domain to serve user pages.
|
You should not use the GitLab domain to serve user pages. For more information
|
||||||
For more information see the [security section](#security).
|
see the [security section](#security).
|
||||||
|
|
||||||
### Omnibus package installations
|
### Omnibus package installations
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue