summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2016-03-24 17:43:37 -0700
committerSytse Sijbrandij <sytse@gitlab.com>2016-03-24 17:43:37 -0700
commit28c94ee955888c48547c02f5d60698faa7aa7b58 (patch)
treeb04fccda093d1a8a554bed6f8eef8e7c3127ca57
parent3028a7d25a88ccf7352eec2a7238fe555cc770e1 (diff)
downloadgitlab-ce-28c94ee955888c48547c02f5d60698faa7aa7b58.tar.gz
Describe CI stuff.
-rw-r--r--doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index 08d0a6a5bfb..8424b2f964b 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -3,7 +3,7 @@
## User documentation
- [API](api/README.md) Automate GitLab via a simple and powerful API.
-- [CI](ci/README.md)
+- [CI](ci/README.md) GitLab Continuous Integration (CI) getting started, .gitlab-ci.yml options, and examples.
- [GitLab as OAuth2 authentication service provider](integration/oauth_provider.md). It allows you to login to other applications from GitLab.
- [GitLab Basics](gitlab-basics/README.md) Find step by step how to start working on your commandline and on GitLab.
- [Importing to GitLab](workflow/importing/README.md).