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-20 00:43:27 +0300
committerEvan Read <eread@gitlab.com>2020-04-20 00:43:27 +0300
commit92488306edc729ce8bcefad73fe0d0145f5a5175 (patch)
tree13ae4c773525f7ed91987e43f6e784a3c3a4faef
parentf049c157403a989752b135078e8af566b8050d35 (diff)
parent6319412fc8ec390c130d478c93c3953fb6bd9d63 (diff)
Merge branch '709-docs-aqualls-menufix' into 'master'
Docs: shift Docker item to second-level nav Closes #709 See merge request gitlab-org/gitlab-docs!796
-rw-r--r--content/_data/omnibus-nav.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/content/_data/omnibus-nav.yaml b/content/_data/omnibus-nav.yaml
index b39590ff..36363fbc 100644
--- a/content/_data/omnibus-nav.yaml
+++ b/content/_data/omnibus-nav.yaml
@@ -115,8 +115,11 @@ sections:
- category_title: Documentation
category_url: 'https://docs.gitlab.com/ee/development/documentation/'
external_url: true
- - category_title: Set up a build environment
- category_url: 'build/prepare-build-environment.html'
+ - category_title: Prepare a build environment
+ category_url: 'build/README.html'
+ docs:
+ - doc_title: With Docker
+ doc_url: 'build/prepare-build-environment.html'
- category_title: Set up a development environment
category_url: 'development/setup.html'
- category_title: Config options