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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2023-04-28 18:55:49 +0300
committerMarcel Amirault <mamirault@gitlab.com>2023-04-28 18:55:49 +0300
commitcaac277e7892abd8b390735dfeeae661a50fedeb (patch)
tree18ca8ba9f82855fa0bb98451fca95e2096ca2a21
parent6e1e712659fdd4ccff98f279e80d5ac43c058e46 (diff)
Add new ci tutorial to left nav
-rw-r--r--content/_data/navigation.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index a23ff61a..a2434fb8 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -1492,6 +1492,8 @@ sections:
- doc_title: 'Tutorial: Create your first pipeline'
doc_url: 'ee/ci/quick_start/'
docs:
+ - doc_title: 'Tutorial: Create a complex pipeline'
+ doc_url: 'ee/ci/quick_start/tutorial.html'
- doc_title: CI/CD concepts
doc_url: 'ee/ci/introduction/'
- doc_title: Migrate from CircleCI