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>2022-08-24 04:19:28 +0300
committerRussell Dickenson <rdickenson@gitlab.com>2022-08-24 04:19:28 +0300
commit84d72ae647a0c5f490f0adab37c731daf0009061 (patch)
treec0f96be56782a01231480a43da3cba42457f5d0e
parente8700085019bfaef243588e3b060b30556b4128c (diff)
Remove duplicate install GitLab navigation item
-rw-r--r--content/_data/landing.yaml2
-rw-r--r--content/_data/navigation.yaml4
2 files changed, 3 insertions, 3 deletions
diff --git a/content/_data/landing.yaml b/content/_data/landing.yaml
index bc795208..c0431753 100644
--- a/content/_data/landing.yaml
+++ b/content/_data/landing.yaml
@@ -92,5 +92,5 @@ cards:
url: '/ee/install/installation.html'
description: If the Omnibus GitLab package isn't available for your distribution, you can install GitLab from source.
- title: Install from cloud provider
- url: '/ee/install/#install-gitlab-on-cloud-providers'
+ url: '/ee/install/install_methods.html#cloud-providers'
description: Install directly from platforms like AWS, Azure, GCP, OpenShift, and DigitalOcean.
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index b9b22c0a..40fcd6ef 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -59,7 +59,7 @@ sections:
- doc_title: PostgreSQL extensions
doc_url: 'ee/install/postgresql_extensions.html'
- category_title: Installation methods
- category_url: 'ee/install/'
+ category_url: 'ee/install/install_methods.html'
docs:
# Documentation from https://gitlab.com/gitlab-org/omnibus-gitlab
- doc_title: Linux packages (Omnibus)
@@ -321,7 +321,7 @@ sections:
- doc_title: Troubleshooting
doc_url: 'ee/administration/troubleshooting/'
- category_title: Cloud providers guides
- category_url: 'ee/install/#install-gitlab-on-cloud-providers'
+ category_url: 'ee/install/install_methods.html#cloud-providers'
docs:
- doc_title: Azure
doc_url: 'ee/install/azure/'