gitlab-ce/doc
Achilleas Pipinellis 503bbcc3e7 Merge branch '18584-document-request-access-feature' into 'master'
Document access request to project & group

## What does this MR do?

Adds documentation that was missing from !3798.

## Are there points in the code the reviewer needs to double check?

I've taken the opportunity to update the images in the "Project users" documentation page, I can remove the commit if it's not welcome!

## What are the relevant issue numbers?

Closes #18584.

## Does this MR meet the acceptance criteria?

- [ ] Tests
  - [ ] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

/cc @DouweM 

See merge request !4685
2016-06-20 18:45:25 +00:00
..
administration Merge branch 'fix-sidekiq-troubleshooting' into 'master' 2016-06-14 23:52:47 +00:00
api fixup! updated docs for api endpoint award emoji 2016-06-17 22:03:57 +02:00
ci Merge branch 'document-environments' into 'master' 2016-06-20 14:24:30 +00:00
container_registry Move registry CI example to CI docs 2016-06-13 22:06:13 -07:00
customization
development Add styleguide on configuration settings documentation 2016-06-20 13:32:54 +02:00
downgrade_ee_to_ce
gitlab-basics
hooks
incoming_email
install
integration
intro
legal
logs Move logs/logs.md to administration/logs.md 2016-06-13 13:52:20 +02:00
markdown
migrate_ci_to_ce
monitoring
operations
permissions Improve design after review 2016-06-14 18:34:48 +02:00
profile
project_services
public_access
raketasks
security
ssh
system_hooks
update Merge branch 'patch-1' into 'master' 2016-06-20 16:11:20 +00:00
web_hooks
workflow Merge branch '18584-document-request-access-feature' into 'master' 2016-06-20 18:45:25 +00:00
README.md Change logs.md location in README 2016-06-13 14:19:29 +02: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.
  • Container Registry Learn how to use GitLab Container Registry.
  • 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.