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>2020-04-23 03:50:04 +0300
committerMarcel Amirault <mamirault@gitlab.com>2020-04-23 03:50:04 +0300
commit0994d12deaa4f0765dcc6f213d460fd09f20f466 (patch)
treec0730ca553e6492e99c8466efe317d4786aa15f3
parent0d605f7dc8791d1e6ec2b804b5a93c220aec6b5f (diff)
Move raml ref higher in nav
-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 c8140325..8f246b8c 100644
--- a/content/_data/default-nav.yaml
+++ b/content/_data/default-nav.yaml
@@ -446,6 +446,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:
@@ -612,8 +614,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/'