gitlab-org--gitlab-foss/doc
Kamil Trzcinski 120f9abaa1 Add GitLab Pages
- The pages are created when build artifacts for `pages` job are uploaded
- Pages serve the content under: http://group.pages.domain.com/project
- Pages can be used to serve the group page, special project named as host: group.pages.domain.com
- User can provide own 403 and 404 error pages by creating 403.html and 404.html in group page project
- Pages can be explicitly removed from the project by clicking Remove Pages in Project Settings
- The size of pages is limited by Application Setting: max pages size, which limits the maximum size of unpacked archive (default: 100MB)
- The public/ is extracted from artifacts and content is served as static pages
- Pages asynchronous worker use `dd` to limit the unpacked tar size
- Pages needs to be explicitly enabled and domain needs to be specified in gitlab.yml
- Pages are part of backups
- Pages notify the deployment status using Commit Status API
- Pages use a new sidekiq queue: pages
- Pages use a separate nginx config which needs to be explicitly added
2017-01-31 22:50:39 +00:00
..
administration Merge branch 'patch-8' into 'master' 2017-01-30 10:11:26 +00:00
api Update group api doc with full_name and full_path attributes 2017-01-30 17:33:49 +02:00
ci Update index.md 2017-01-31 04:41:43 +00:00
container_registry
customization Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
development First draft of "how to use vue.js in gitlab" documentation 2017-01-30 10:59:52 +00:00
downgrade_ee_to_ce
gitlab-basics Simplify wording in "adding an image" docs 2017-01-26 18:55:26 +01:00
hooks
incoming_email
install Add GitLab Pages 2017-01-31 22:50:39 +00:00
integration Merge branch '25851-document-token-scopes' into 'master' 2017-01-20 12:16:08 +00:00
intro Move MWPS document to new location 2016-11-29 11:35:30 +01:00
legal
logs
markdown
migrate_ci_to_ce
monitoring Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
operations
pages Add GitLab Pages 2017-01-31 22:50:39 +00:00
permissions
profile Merge the two 2FA docs into one 2017-01-24 15:49:08 +01:00
project_services Merge branch 'patch-12' into 'master' 2017-01-31 10:35:37 +00:00
public_access Add an image to the public access documentation and fix wrong profile path 2017-01-19 18:44:02 +01:00
raketasks Merge branch 'backup-restore-documentation-tips' into 'master' 2017-01-11 21:37:57 +00:00
security Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
ssh Refactor SSH keys docs 2016-12-09 12:49:07 +01:00
system_hooks Add a system hook for when a project is updated. 2017-01-26 09:09:14 -05:00
university new DevOps report, 404s, typos 2016-12-06 13:47:48 -07:00
update update scripts and docs to reference the newly namespaced rake task 2017-01-27 15:23:09 -06:00
user Ignore encrypted attributes in Import/Export 2017-01-30 12:34:32 +01:00
web_hooks Small refactor of webhooks docs 2016-12-01 13:19:00 +01:00
workflow Add due dates docs 2017-01-24 15:05:02 +01:00
README.md Add GitLab Pages 2017-01-31 22:50:39 +00:00

GitLab Community Edition documentation

University

University contain guides to learn Git and GitLab through courses and videos.

User documentation

Administrator documentation

Contributor documentation

  • Development All styleguides and explanations how to contribute.
  • Legal Contributor license agreements.