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:
authorFiona Neill <fneill@gitlab.com>2022-05-11 09:17:59 +0300
committerFiona Neill <fneill@gitlab.com>2022-05-11 09:17:59 +0300
commit8be19b13847c9652d994fed04f9aa5a96209ce1c (patch)
tree912d75bc2d6bf2f8df0ddd4cd65a2f5d663a835e
parent4227f3090cfa7c0dc2397bef6941165227937d6c (diff)
parent631a0dd80510888842152ae7e39a0a89d92131d2 (diff)
Merge branch 'sselhorn-main-patch-51426' into 'main'
Moved Authenticating Vault page up See merge request gitlab-org/gitlab-docs!2624
-rw-r--r--content/_data/navigation.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index e5ca26a2..f7d014eb 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -1604,6 +1604,8 @@ sections:
- doc_title: Connect to cloud services
doc_url: 'ee/ci/cloud_services/'
docs:
+ - doc_title: Authenticating with HashiCorp Vault
+ doc_url: 'ee/ci/examples/authenticating-with-hashicorp-vault/'
- doc_title: Configure OpenID Connect in AWS
doc_url: 'ee/ci/cloud_services/aws/'
- doc_title: Configure OpenID Connect with Google Cloud
@@ -1620,8 +1622,6 @@ sections:
- doc_title: CI/CD examples
doc_url: 'ee/ci/examples/'
docs:
- - doc_title: Authenticating with HashiCorp Vault
- doc_url: 'ee/ci/examples/authenticating-with-hashicorp-vault/'
- doc_title: Deployment with Dpl
doc_url: 'ee/ci/examples/deployment/'
- doc_title: End-to-end testing