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-11-15 17:08:53 +0300
committerKati Paizee <kpaizee@gitlab.com>2021-11-15 17:08:53 +0300
commitee8f3d9d882e3ee8993cd41e155c883d621ef25b (patch)
treef85000394d473e6ee83284200db1bdbae0b9a226
parent57d7e066f92fc71ef14facd0db597fb4a43ea98e (diff)
parent07a7bc879b7834e876986a4bb97889cdd813ade9 (diff)
Merge branch 'update-renamed-yaml-doc' into 'main'
Update location to renamed yaml doc See merge request gitlab-org/gitlab-docs!2257
-rw-r--r--content/_data/navigation.yaml4
-rw-r--r--content/_data/redirects.yaml3
2 files changed, 5 insertions, 2 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 9bf43fdf..a3b3c50f 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -1392,8 +1392,8 @@ sections:
docs:
- doc_title: '.gitlab-ci.yml reference'
doc_url: 'ee/ci/yaml/'
- - doc_title: 'YAML-specific features'
- doc_url: 'ee/ci/yaml/yaml_specific_features.html'
+ - doc_title: 'Optimize your YAML files'
+ doc_url: 'ee/ci/yaml/yaml_optimization.html'
- doc_title: Validate syntax
doc_url: 'ee/ci/lint.html'
- doc_title: Pipeline Editor
diff --git a/content/_data/redirects.yaml b/content/_data/redirects.yaml
index d6149a82..274c2567 100644
--- a/content/_data/redirects.yaml
+++ b/content/_data/redirects.yaml
@@ -1641,3 +1641,6 @@ redirects:
- from: /omnibus/gitlab-mattermost/README.html
to: /omnibus/gitlab-mattermost/index.html
remove_date: 2022-06-28
+ - from: /ee/ci/yaml/yaml_specific_features.html
+ to: /ee/ci/yaml/yaml_optimization.html
+ remove_date: 2022-06-29