diff options
author | Evan Read <eread@gitlab.com> | 2019-03-14 23:55:02 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-03-14 23:55:02 +0000 |
commit | 6e4108b7baa125e4537eef22963e3f247b3e3f7c (patch) | |
tree | b5b51714e9e3a676cd42518d065db072ba4e520f /doc/ci/README.md | |
parent | 11c8b5a18b6bfc822042d0748dcb6b04f11c1337 (diff) | |
download | gitlab-ce-6e4108b7baa125e4537eef22963e3f247b3e3f7c.tar.gz |
Refactor and restructure pipelines landing page
- Also has other minor improvements.
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r-- | doc/ci/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md index 951a773d416..47810a8b7b6 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -45,7 +45,7 @@ into more features: | Topic | Description | |:--------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------| -| [Introduction to pipelines and jobs](pipelines.md) | Provides an overview of GitLab CI/CD and jobs. | +| [Creating and using CI/CD pipelines](pipelines.md) | Understand, visualize, create, and use CI/CD pipelines. | | [CI/CD Variables](variables/README.md) | How environment variables can be configured and made available in pipelines. | | [Where variables can be used](variables/where_variables_can_be_used.md) | A deeper look into where and how CI/CD variables can be used. | | [User](../user/permissions.md#gitlab-cicd-permissions) and [job](../user/permissions.md#job-permissions) permissions | Learn about the access levels a user can have for performing certain CI actions. | |