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:
authorKati Paizee <kpaizee@gitlab.com>2021-07-20 10:48:58 +0300
committerKati Paizee <kpaizee@gitlab.com>2021-07-20 10:48:58 +0300
commit95fbe1e99f7f6550f7702732eed43606801db874 (patch)
tree6f410021dc20a71955c7c8515a0176a0f5ee1e0a
parent139fb8da0da83745252f0eaf5a126082b12bede6 (diff)
parentb6252e2ebd3ed3194d5c2007083f566c7c6ba2fb (diff)
Merge branch 'mr-pipeline-nav' into 'main'
Update nav for moved pipelines pages See merge request gitlab-org/gitlab-docs!1976
-rw-r--r--content/_data/navigation.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 7cd8a86c..9bcb7dc8 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -1277,15 +1277,15 @@ sections:
- doc_title: Directed acyclic graph (DAG)
doc_url: 'ee/ci/directed_acyclic_graph/'
- doc_title: Multi-project pipelines
- doc_url: 'ee/ci/multi_project_pipelines.html'
+ doc_url: 'ee/ci/pipelines/multi_project_pipelines.html'
- doc_title: Parent-child pipelines
- doc_url: 'ee/ci/parent_child_pipelines.html'
+ doc_url: 'ee/ci/pipelines/parent_child_pipelines.html'
- doc_title: Pipelines for merge requests
- doc_url: 'ee/ci/merge_request_pipelines/'
+ doc_url: 'ee/ci/pipelines/merge_request_pipelines.html'
- doc_title: Pipelines for merged results
- doc_url: 'ee/ci/merge_request_pipelines/pipelines_for_merged_results/'
+ doc_url: 'ee/ci/pipelines/pipelines_for_merged_results.html'
- doc_title: Merge trains
- doc_url: 'ee/ci/merge_request_pipelines/pipelines_for_merged_results/merge_trains/'
+ doc_url: 'ee/ci/pipelines/merge_trains.html'
- doc_title: Jobs
doc_url: 'ee/ci/jobs/'
docs: