Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-06-11 19:39:26 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-11 19:39:26 +0300
commit3fe11b13a415e847e7deacb15b7f402530e86e1a (patch)
treea119b800a51e49640ff362d80a708ecfe7ad1b6e /doc/ci/README.md
parente0aabd52753438b39dfd8461dce07e53ccf14144 (diff)
Doc types on tutorials in top level examples folder, minor edits
Variety of edits to conform with SSOT doc style standards
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r--doc/ci/README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index 49d62faeccf..52830a99961 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -127,12 +127,10 @@ Its feature set is listed on the table below according to DevOps stages.
## Examples
-GitLab provides examples of configuring GitLab CI/CD in the form of:
+Find example project code and tutorials for using GitLab CI/CD with a variety of app frameworks, languages, and platforms
+on the [CI Examples](examples/README.md) page.
-- A collection of [examples and other resources](examples/README.md).
-- Example projects that are available at the [`gitlab-examples`](https://gitlab.com/gitlab-examples) group. For example, see:
- - [`multi-project-pipelines`](https://gitlab.com/gitlab-examples/multi-project-pipelines) for examples of implementing multi-project pipelines.
- - [`review-apps-nginx`](https://gitlab.com/gitlab-examples/review-apps-nginx/) provides an example of using Review Apps.
+GitLab also provides [example projects](https://gitlab.com/gitlab-examples) pre-configured to use GitLab CI/CD.
## Administration **[CORE ONLY]**