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:
authorEvan Read <eread@gitlab.com>2020-04-23 04:48:01 +0300
committerEvan Read <eread@gitlab.com>2020-04-23 04:48:01 +0300
commit429cd5e13b7eeed44b80704b5b596d1213744c08 (patch)
treea9733d5c69fb905f2137e6e807e92e359f1212fe
parentb97f07ea3ac68b9dd194e6075bebde69cdcd7ba9 (diff)
parent0994d12deaa4f0765dcc6f213d460fd09f20f466 (diff)
Merge branch 'docs-yaml-ref-navbar' into 'master'
Move yaml ref to the top of the CI/CD section See merge request gitlab-org/gitlab-docs!814
-rw-r--r--content/_data/default-nav.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/_data/default-nav.yaml b/content/_data/default-nav.yaml
index 205a76f7..1cf4b761 100644
--- a/content/_data/default-nav.yaml
+++ b/content/_data/default-nav.yaml
@@ -451,6 +451,8 @@ sections:
- section_title: CI/CD
section_url: 'ci/README.html'
section_categories:
+ - category_title: '.gitlab-ci.yml Reference'
+ category_url: 'ci/yaml/README.html'
- category_title: Introduction
category_url: 'ci/introduction/'
docs:
@@ -617,8 +619,6 @@ sections:
doc_url: 'ci/services/postgres.html'
- doc_title: Redis
doc_url: 'ci/services/redis.html'
- - category_title: '.gitlab-ci.yml Reference'
- category_url: 'ci/yaml/README.html'
- section_title: Packages
section_url: 'user/packages/'