summaryrefslogtreecommitdiff
path: root/doc/pages/README.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-18 18:08:41 +0200
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-01-31 22:53:56 +0000
commit9c78a206ce2039cdba095c2631538f9e50c28f95 (patch)
tree7377729cdd0f1e5f85722b60eae82c33481d6e32 /doc/pages/README.md
parent324fe12a125b1a766978556d7d8f2b8bb6c22e43 (diff)
downloadgitlab-ce-9c78a206ce2039cdba095c2631538f9e50c28f95.tar.gz
Typo fixes, remove unnecessary information about pages path [ci skip]
Diffstat (limited to 'doc/pages/README.md')
-rw-r--r--doc/pages/README.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/doc/pages/README.md b/doc/pages/README.md
index 552b3436d77..c83fdb63e53 100644
--- a/doc/pages/README.md
+++ b/doc/pages/README.md
@@ -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.
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
@@ -101,19 +101,10 @@ in the artifacts.
## 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?
-**A:** Sure. All you need is to download the artifacts archive from the build
- page.
+**A:** Sure. All you need to do is download the artifacts archive from the
+ build page.
---