summaryrefslogtreecommitdiff
path: root/doc/README.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-24 21:48:24 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-24 21:48:24 +0200
commit6fce8b6f5cfee1fe17ef7cdb5508b66da93f1f14 (patch)
tree6756749bbe0558addb7b7f2f64594b4bd3b61669 /doc/README.md
parentd5e9436033d75da74c40ced450e060c8a5c307f9 (diff)
downloadgitlab-ce-6fce8b6f5cfee1fe17ef7cdb5508b66da93f1f14.tar.gz
Add triggers doc in top level readme [ci skip]
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/README.md b/doc/README.md
index 8bac00f2f23..f40a257b42f 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -28,17 +28,18 @@
- [Using SSH keys](ci/ssh_keys/README.md)
- [User permissions](ci/permissions/README.md)
- [API](ci/api/README.md)
+- [Triggering builds through the API](ci/triggers/README.md)
### CI Languages
-+ [Testing PHP](ci/languages/php.md)
+- [Testing PHP](ci/languages/php.md)
### CI Services
-+ [Using MySQL](ci/services/mysql.md)
-+ [Using PostgreSQL](ci/services/postgres.md)
-+ [Using Redis](ci/services/redis.md)
-+ [Using Other Services](ci/docker/using_docker_images.md#how-to-use-other-images-as-services)
+- [Using MySQL](ci/services/mysql.md)
+- [Using PostgreSQL](ci/services/postgres.md)
+- [Using Redis](ci/services/redis.md)
+- [Using Other Services](ci/docker/using_docker_images.md#how-to-use-other-images-as-services)
### CI Examples