From 80be8bbe180a1565f08bbf49b2f1976b9874b11d Mon Sep 17 00:00:00 2001 From: Marcel Amirault <mamirault@gitlab.com> Date: Thu, 25 Jun 2020 10:48:45 +0000 Subject: [PATCH] Update title of page to say "examples" --- doc/ci/yaml/includes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ci/yaml/includes.md b/doc/ci/yaml/includes.md index 969b54d5be899..f7ed7248dc4d8 100644 --- a/doc/ci/yaml/includes.md +++ b/doc/ci/yaml/includes.md @@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w type: reference --- -# GitLab CI/CD YAML includes +# GitLab CI/CD include examples In addition to the [`includes` examples](README.md#include) listed in the [GitLab CI YAML reference](README.md), this page lists more variations of `include` -- GitLab