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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
b5410a28
Commit
b5410a28
authored
Oct 23, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cs-docs-fixes' into 'master'
Simple docs fixes See merge request gitlab-org/gitlab-ce!15001
parents
9991bb87
0011d874
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
doc/README.md
doc/README.md
+2
-2
doc/api/README.md
doc/api/README.md
+1
-1
doc/integration/trello_power_up.md
doc/integration/trello_power_up.md
+1
-1
doc/user/project/pages/introduction.md
doc/user/project/pages/introduction.md
+4
-4
No files found.
doc/README.md
View file @
b5410a28
...
...
@@ -85,7 +85,7 @@ Manage your [repositories](user/project/repository/index.md) from the UI (user i
### Issues and Merge Requests (MRs)
-
[
Discussions
](
user/discussions/index.md
)
Threads, comments, and resolvable discussions in issues, commits, and merge requests.
-
[
Discussions
](
user/discussions/index.md
)
:
Threads, comments, and resolvable discussions in issues, commits, and merge requests.
-
[
Issues
](
user/project/issues/index.md
)
-
[
Project issue Board
](
user/project/issue_board.md
)
-
[
Issues and merge requests templates
](
user/project/description_templates.md
)
: Create templates for submitting new issues and merge requests.
...
...
@@ -155,7 +155,7 @@ have access to GitLab administration tools and settings.
-
[
Git LFS configuration
](
workflow/lfs/lfs_administration.md
)
: Learn how to use LFS under GitLab.
-
[
GitLab Pages configuration
](
administration/pages/index.md
)
: Configure GitLab Pages.
-
[
High Availability
](
administration/high_availability/README.md
)
: Configure multiple servers for scaling or high availability.
-
[
User cohorts
](
user/admin_area/user_cohorts.md
)
View user activity over time.
-
[
User cohorts
](
user/admin_area/user_cohorts.md
)
:
View user activity over time.
-
[
Web terminals
](
administration/integration/terminal.md
)
: Provide terminal access to environments from within GitLab.
-
GitLab CI
-
[
CI admin settings
](
user/admin_area/settings/continuous_integration.md
)
: Define max artifacts size and expiration time.
...
...
doc/api/README.md
View file @
b5410a28
...
...
@@ -458,7 +458,7 @@ Content-Type: application/json
## Encoding `+` in ISO 8601 dates
If you need to include a
`+`
in a query parameter, you may need to use
`%2B`
instead due
a
[
W3 recommendation
](
(
http://www.w3.org/Addressing/URL/4_URI_Recommentations.html
)
that
a
[
W3 recommendation
](
http://www.w3.org/Addressing/URL/4_URI_Recommentations.html
)
that
causes a
`+`
to be interpreted as a space. For example, in an ISO 8601 date, you may want to pass
a time in Mountain Standard Time, such as:
...
...
doc/integration/trello_power_up.md
View file @
b5410a28
...
...
@@ -39,4 +39,4 @@ Learn more about generating a personal access token in the
[
Personal Access Token Documentation
][
personal-access-token-documentation
]
.
Don't forget to check the API scope checkbox!
[
personal-access-token-documentation
]:
../user/profile/personal_access_tokens.
html
[
personal-access-token-documentation
]:
../user/profile/personal_access_tokens.
md
doc/user/project/pages/introduction.md
View file @
b5410a28
...
...
@@ -3,7 +3,7 @@
> **Notes:**
> - This feature was [introduced][ee-80] in GitLab EE 8.3.
> - Custom CNAMEs with TLS support were [introduced][ee-173] in GitLab EE 8.5.
> - GitLab Pages [w
ere
ported][ce-14605] to Community Edition in GitLab 8.17.
> - GitLab Pages [w
as
ported][ce-14605] to Community Edition in GitLab 8.17.
> - This document is about the user guide. To learn how to enable GitLab Pages
> across your GitLab instance, visit the [administrator documentation](../../../administration/pages/index.md).
...
...
@@ -174,7 +174,7 @@ job, the contents of the `public` directory will be served by GitLab Pages.
#### How `.gitlab-ci.yml` looks like when the static content is in your repository
Supposed
ly
your repository contained the following files:
Supposed your repository contained the following files:
```
├── index.html
...
...
@@ -419,7 +419,7 @@ You can only create the highest level group website.
## Redirects in GitLab Pages
Since you cannot use any custom server configuration files, like
`.htaccess`
or
any
`.conf`
file
for that matter, if you want to redirect a web
page to another
any
`.conf`
file
, if you want to redirect a
page to another
location, you can use the
[
HTTP meta refresh tag
][
metarefresh
]
.
Some static site generators provide plugins for that functionality so that you
...
...
@@ -434,7 +434,7 @@ Sure. All you need to do is download the artifacts archive from the job page.
### Can I use GitLab Pages if my project is private?
Yes. GitLab Pages don't care whether you set your project's visibility level
Yes. GitLab Pages do
es
n't care whether you set your project's visibility level
to private, internal or public.
### Do I need to create a user/group website before creating a project website?
...
...
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