summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2019-07-02 15:09:50 +0100
committerMarcia Ramos <virtua.creative@gmail.com>2019-07-02 15:09:50 +0100
commit60817299125d0a9d23be3ba23b123891e2f2cca4 (patch)
treeb06b870a8929d2dd95998a73dfb8139bce937911
parentacfb8b4467a3a38e41cc58bdb5b35070209e83fd (diff)
downloadgitlab-ce-docs-move-pips-merged-results.tar.gz
Link doc from higher-level indexdocs-move-pips-merged-results
-rw-r--r--doc/ci/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index da864a0b3cc..d851a56ee0e 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -81,6 +81,7 @@ GitLab CI/CD supports numerous configuration options:
| [Git submodules for CI/CD](git_submodules.md) | Configure jobs for using Git submodules.|
| [SSH keys for CI/CD](ssh_keys/README.md) | Using SSH keys in your CI pipelines. |
| [Pipelines triggers](triggers/README.md) | Trigger pipelines through the API. |
+| [Pipelines for Merge Requests](merge_request_pipelines/index.md) | Design a pipeline structure for running a pipeline in merge requests. |
| [Integrate with Kubernetes clusters](../user/project/clusters/index.md) | Connect your project to Google Kubernetes Engine (GKE) or an existing Kubernetes cluster. |
| [GitLab Runner](https://docs.gitlab.com/runner/) | Configure your own GitLab Runners to execute your scripts. |
| [Optimize GitLab and Runner for large repositories](large_repositories/index.md) | Recommended strategies for handling large repos. |