summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-10-19 00:46:08 +0000
committerEvan Read <eread@gitlab.com>2018-10-19 00:46:08 +0000
commitad5ab1a69171c2178cb15853c2326d01f634edc6 (patch)
tree3c33c35e8fbd2568ced374a5cd067f26b70da35c
parentc094bdb8206322eff5cdc6c22b9eafa08ff3bd2d (diff)
parent1242c772caa64fa505baf29093d37fd562ef53f5 (diff)
downloadgitlab-ce-ad5ab1a69171c2178cb15853c2326d01f634edc6.tar.gz
Merge branch 'triggering-pipeline-api-docs' into 'master'
Add Triggering Pipelines docs to API readme See merge request gitlab-org/gitlab-ce!22473
-rw-r--r--doc/api/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index ec539e2d044..a620a13a3b3 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -69,6 +69,7 @@ following locations:
- [System Hooks](system_hooks.md)
- [Tags](tags.md)
- [Todos](todos.md)
+- [Triggering Pipelines](../ci/triggers/README.md)
- [Users](users.md)
- [Validate CI configuration](lint.md)
- [V3 to V4](v3_to_v4.md)