gitlab-org--gitlab-foss/doc
Rémy Coutable ec7dee4f63 Merge branch 'gitlab-ci-ssh-keys-doc-fix' into 'master'
Documentation fix in CI SSH keys setup

In recent versions of Docker, the `/.dockerinit` file doesn't exist any more when running inside a container. That file is used in the example here to detect whether the runner is running inside Docker or not. Change it to check for the existence of `/.dockerenv`, which does exist in all current versions of Docker.

See merge request !3938
2016-05-04 16:46:57 +00:00
..
administration New HA docs [ci skip] 2016-04-22 13:18:06 -05:00
api Merge branch 'pacoguzman/gitlab-ce-15001-since-and-until-operators-api-commits' 2016-05-04 17:27:47 +02:00
ci Merge branch 'gitlab-ci-ssh-keys-doc-fix' into 'master' 2016-05-04 16:46:57 +00:00
customization Merge branch 'patch-1' into 'master' 2016-04-26 16:48:26 +00:00
development Fixed username links in the performance guide 2016-05-04 13:17:43 +02: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 Move 'New branch from issue' feature doc to web_editor.md 2016-04-13 11:31:06 +03:00
hooks Use relative links in `doc`, fix broken generated HTML links 2016-03-17 00:35:53 +01:00
incoming_email Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature 2016-03-25 13:05:15 +01:00
install Add clear instructions on installing the pg_trgm extension 2016-05-03 21:53:54 +03:00
integration Fix the GitHub Omniauth instructions 2016-04-28 21:13:21 -07:00
intro Add support to cherry-pick any commit 2016-04-18 15:39:07 +08:00
legal
logs
markdown The Markdown doc is one place where trailing whitespace matters 2016-04-05 14:06:56 -04:00
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 Fix documentation and improve permissions code 2016-04-18 11:12:28 -03:00
profile
project_services Tie example config to JIRA screenshot 2016-04-13 12:28:07 +03:00
public_access Fix documentation and improve permissions code 2016-04-18 11:12:28 -03:00
raketasks Revert "Merge branch 'patch-2' into 'master'" 2016-04-26 14:59:26 +00:00
security Use relative links in `doc`, fix broken generated HTML links 2016-03-17 00:35:53 +01:00
ssh
system_hooks Using single builder for push and tag events 2016-04-19 11:00:30 +02:00
update Merge branch 'doc-fix-db-gem-install-instructions' into 'master' 2016-05-04 15:56:01 +00:00
web_hooks Added System Hooks for push and tag_push 2016-04-19 11:00:30 +02:00
workflow Update wording 2016-04-26 14:01:40 -05: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.