summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-02-14 12:46:06 +1000
committerEvan Read <eread@gitlab.com>2019-02-14 16:07:00 +1000
commitf52176c5bc220a327b5cb379727b4186fc8b8732 (patch)
tree224c44b0ef0caac4d3e23e84a14f6581809f357c
parent9fd3a0b387b7601e638f96e803ad4345263d0dca (diff)
downloadgitlab-ce-docs/refactor-ci-section-landing-page.tar.gz
Add direction-to-docs tabledocs/refactor-ci-section-landing-page
-rw-r--r--doc/ci/README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index d4608afb8e7..eb4ed5c8568 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -10,9 +10,16 @@ GitLab provides tools for continuously integrating and delivering code.
Within the [entire DevOps lifecycle](../README.md#the-entire-devops-lifecycle), GitLab CI/CD spans
the [Verify (CI)](../README.md#verify) and [Release (CD)](../README.md#release) stages.
-For a high-level overview, see the
-[GitLab Continuous Integration & Delivery](https://about.gitlab.com/product/continuous-integration/)
-product page.
+## Overview
+
+CI/CD is a vast area, so GitLab provides documentation for all levels of expertise. Consult the following table to find the right documentation for you:
+
+| Level of expertise | Resource |
+|:------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Don't know what CI/CD is | For a high-level overview, see the [GitLab Continuous Integration & Delivery](https://about.gitlab.com/product/continuous-integration/) product page. |
+| Understand general CI/CD | Delve into GitLab CI/CD by reading through the rest of this topic starting with our [introduction](#introduction). |
+| Familiar with GitLab CI/CD concepts | After getting familiar with GitLab CI/CD, let us walk you through a simple example in our [quick start guide](quick_start/README.md). |
+| A GitLab CI/CD expert | Jump straight to our [`.gitlab.yml`](yaml/README.md) reference. |
## Introduction