gitlab-org--gitlab-foss/doc
Ahmad Sherif 0c22698bd4 Add API endpoints for un/subscribing from/to a label
Closes #15638
2016-05-12 22:48:09 +02:00
..
administration New HA docs [ci skip] 2016-04-22 13:18:06 -05:00
api Add API endpoints for un/subscribing from/to a label 2016-05-12 22:48:09 +02:00
ci Merge branch 'patch-3' into 'master' 2016-05-08 18:46:48 +00:00
customization Merge branch 'patch-1' into 'master' 2016-04-26 16:48:26 +00:00
development Merge branch 'document-adding-instrumentation' into 'master' 2016-05-09 12:52:53 +00:00
downgrade_ee_to_ce Split into sections, port `downgrade_ee_to_ce` doc from EE 2016-04-21 13:07:33 +03:00
gitlab-basics
hooks
incoming_email
install Update 8.8 guides 2016-05-11 18:08:17 +03:00
integration Merge branch 'otzy007/gitlab-ce-disable_oauth_sign_in_sources' 2016-05-12 15:11:37 -05:00
intro
legal
logs
markdown
migrate_ci_to_ce
monitoring/performance Fix some broken links in the documentation [ci skip] 2016-04-29 13:11:23 -06:00
operations Sidekiq MemoryKiller sends a `SIGKILL` signal, not `SIGTERM` 2016-04-26 15:46:54 +02:00
permissions
profile
project_services
public_access
raketasks Revert "Merge branch 'patch-2' into 'master'" 2016-04-26 14:59:26 +00:00
security
ssh
system_hooks
update Update 8.8 guides 2016-05-11 18:08:17 +03:00
web_hooks Remove space 2016-05-09 13:52:20 +02:00
workflow Merge pull request #9953 from cmckni3/update-lfs-documentation 2016-05-08 11:39:38 +03:00
README.md Fix link 2016-04-22 13:24:36 -05:00

README.md

Documentation

User documentation

  • API Automate GitLab via a simple and powerful API.
  • CI GitLab Continuous Integration (CI) getting started, .gitlab-ci.yml options, and examples.
  • GitLab as OAuth2 authentication service provider. It allows you to login to other applications from GitLab.
  • GitLab Basics Find step by step how to start working on your commandline and on GitLab.
  • Importing to GitLab.
  • Markdown GitLab's advanced formatting system.
  • Migrating from SVN Convert a SVN repository to Git and GitLab
  • Permissions Learn what each role in a project (external/guest/reporter/developer/master/owner) can do.
  • Profile Settings
  • Project Services Integrate a project with external services, such as CI and chat.
  • Public access Learn how you can allow public and internal access to projects.
  • SSH Setup your ssh keys and deploy keys for secure access to your projects.
  • Webhooks Let GitLab notify you when new code has been pushed to your project.
  • Workflow Using GitLab functionality and importing projects from GitHub and SVN.

Administrator documentation

Contributor documentation

  • Documentation styleguide Use this styleguide if you are contributing to documentation.
  • Development Explains the architecture and the guidelines for shell commands.
  • Legal Contributor license agreements.