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:
authorMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2020-03-30 13:26:25 +0300
committerMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2020-03-30 13:26:25 +0300
commitb6907b4e29cfa32b636eddb4dd42205aece2302f (patch)
tree21d4cabd625b63fdae0fea0952d9d82c32b9cc50
parent9d4b38e27502bc7e7633a3fbeae7ae6cab1eade4 (diff)
parentc293f8f41f69c4ee13688b4eba74b8203ecca029 (diff)
Merge branch 'install-navbar' into 'master'
Make the installation page more prominent Closes #676 See merge request gitlab-org/gitlab-docs!758
-rw-r--r--content/_data/default-nav.yaml24
-rw-r--r--nanoc.yaml2
2 files changed, 23 insertions, 3 deletions
diff --git a/content/_data/default-nav.yaml b/content/_data/default-nav.yaml
index ecd49cea..b23e9b7c 100644
--- a/content/_data/default-nav.yaml
+++ b/content/_data/default-nav.yaml
@@ -19,6 +19,28 @@ sections:
- section_title: GitLab Docs
section_url: 'README.html'
+ - section_title: Install
+ section_url: 'install/README.html'
+ section_categories:
+ - category_title: Requirements
+ category_url: 'install/requirements.html'
+ - category_title: Omnibus packages
+ category_url: 'https://about.gitlab.com/install/'
+ external_url: true
+ - category_title: Kubernetes
+ category_url: 'https://docs.gitlab.com/charts/'
+ external_url: true
+ - category_title: Docker
+ category_url: 'install/docker.html'
+ - category_title: From source
+ category_url: 'install/installation.html'
+ - category_title: Azure
+ category_url: 'install/azure/'
+ - category_title: Google Cloud Platform (GCP)
+ category_url: 'install/google_cloud_platform/'
+ - category_title: Amazon Web Services (AWS)
+ category_url: 'install/aws/'
+
- section_title: Analytics
section_url: 'user/analytics/'
section_categories:
@@ -875,8 +897,6 @@ sections:
- section_title: Administrator
section_url: 'administration/'
section_categories:
- - category_title: Install
- category_url: 'install/README.html'
- category_title: High Availability
category_url: 'administration/high_availability/README.html'
docs:
diff --git a/nanoc.yaml b/nanoc.yaml
index 6eb9bdbf..51828eb9 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -128,7 +128,7 @@ products:
slug: 'ee'
index_file: 'README.*'
img: '/assets/images/docs-gitlab.svg'
- description: 'Usage and administration of GitLab self-managed and GitLab.com.'
+ description: 'Install, use, and administer GitLab self-managed and GitLab.com.'
repo: 'https://gitlab.com/gitlab-org/gitlab.git'
dirs:
temp_dir: 'tmp/ee/'