diff options
author | Mark Pundsack <markpundsack@users.noreply.github.com> | 2016-06-20 15:07:38 -0700 |
---|---|---|
committer | Mark Pundsack <markpundsack@users.noreply.github.com> | 2016-06-20 15:07:38 -0700 |
commit | 41af86bc86a3bab9c83729ff76776fc137b350ef (patch) | |
tree | 28350ccd065bcd275b04d54d0836173d3f8a9855 /doc/ci/README.md | |
parent | edfe2e2db98e1a5541d5d683ac3a686d24a9c429 (diff) | |
download | gitlab-ce-41af86bc86a3bab9c83729ff76776fc137b350ef.tar.gz |
Move Pipelines and Builds definitions to their own page
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r-- | doc/ci/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md index 7abce85c8d8..f8d02af31ab 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -1,11 +1,11 @@ ## GitLab CI Documentation -### CI/CD User documentation +### CI User documentation - [Get started with GitLab CI](quick_start/README.md) -- [CI/CD Definitions](definitions/README.md) - [CI examples for various languages](examples/README.md) - [Learn how to enable or disable GitLab CI](enable_or_disable_ci.md) +- [Pipelines](pipelines.md) - [Environments and deployments](environments.md) - [Learn how `.gitlab-ci.yml` works](yaml/README.md) - [Configure a Runner, the application that runs your builds](runners/README.md) |