Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-04-25 02:48:22 +0400
committerCiro Santilli <ciro.santilli@gmail.com>2014-06-04 01:16:31 +0400
commitfd348de76d651d49acc8eb742cc647dc777ef5fc (patch)
tree26f42bef57c9a636eff0a548a29cb1e2e6d12c8c /doc/integration/README.md
parentde1a7aa7eb523cf2fdad12f8eeda2ba4c5b51820 (diff)
Update docs to markdown style guide.
Diffstat (limited to 'doc/integration/README.md')
-rw-r--r--doc/integration/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/integration/README.md b/doc/integration/README.md
index 4773dd8fffb..00c73afd872 100644
--- a/doc/integration/README.md
+++ b/doc/integration/README.md
@@ -1,11 +1,12 @@
# GitLab Integration
GitLab integrates with multiple third-party services to allow external issue trackers and external authentication.
+
See the documentation below for details on how to configure these services.
-+ [External issue tracker](external-issue-tracker.md) Redmine, JIRA, etc.
-+ [LDAP](ldap.md) Set up sign in via LDAP
-+ [OmniAuth](omniauth.md) Sign in via Twitter, GitHub, and Google via OAuth.
-+ [Slack](slack.md) Integrate with the Slack chat service
+- [External issue tracker](external-issue-tracker.md) Redmine, JIRA, etc.
+- [LDAP](ldap.md) Set up sign in via LDAP
+- [OmniAuth](omniauth.md) Sign in via Twitter, GitHub, and Google via OAuth.
+- [Slack](slack.md) Integrate with the Slack chat service
Jenkins support is [available in GitLab EE](http://doc.gitlab.com/ee/integration/jenkins.html).