gitlab-org--gitlab-foss/doc
Achilleas Pipinellis 4450182015 Merge branch 'docs/adapt-user-api' into 'master'
docs(api): adapted user API documentation to match with latest API

The user API documentation and the actual implementation were out of sync, missing certain newly introduced fields and beeing inconsistent between certain API definitions. The documentation was changed according the actual latest implementation.

Signed-off-by: Fabio Huser <fabio@fh1.ch>

See merge request !4067
2016-05-08 19:34:16 +00:00
..
administration
api docs(api): adapted user API documentation to match with latest API 2016-05-06 11:50:51 +02:00
ci Merge branch 'patch-3' into 'master' 2016-05-08 18:46:48 +00:00
customization
development Add a note to testing docs about the `:each` argument to RSpec hooks 2016-05-05 17:22:18 -04:00
downgrade_ee_to_ce
gitlab-basics
hooks
incoming_email
install Add note to requirements doc on swap recommendation, and ensuring enough available memory. 2016-05-05 13:46:58 -07:00
integration Fix the GitHub Omniauth instructions 2016-04-28 21:13:21 -07: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
permissions
profile
project_services
public_access
raketasks
security
ssh
system_hooks
update Merge branch 'doc-fix-db-gem-install-instructions' into 'master' 2016-05-04 15:56:01 +00:00
web_hooks
workflow Update wording 2016-04-26 14:01:40 -05:00
README.md

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.