Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
9c78a206
Commit
9c78a206
authored
Dec 18, 2015
by
Achilleas Pipinellis
Committed by
James Edwards-Jones
Jan 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fixes, remove unnecessary information about pages path [ci skip]
parent
324fe12a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
14 deletions
+5
-14
doc/pages/README.md
doc/pages/README.md
+3
-12
doc/pages/administration.md
doc/pages/administration.md
+2
-2
No files found.
doc/pages/README.md
View file @
9c78a206
...
...
@@ -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.
---
...
...
doc/pages/administration.md
View file @
9c78a206
...
...
@@ -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
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.
For more information
see the
[
security section
](
#security
)
.
You should not use the GitLab domain to serve user pages. For more information
see the
[
security section
](
#security
)
.
### Omnibus package installations
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment