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:
authorPhillip Wells <pwells@gitlab.com>2022-09-01 21:31:40 +0300
committerPhillip Wells <pwells@gitlab.com>2022-09-01 21:31:40 +0300
commite482a4a053af6eb32a72e1ea8ef62b7ba622cb54 (patch)
tree6d2eb9eb4266e326b042f4812d3eafc14039080f
parent3f525135b66ffcba42a1c4720f24ee95f182a0e3 (diff)
Update order of nav items
-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 d60c537c..9a0e3cf0 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2042,11 +2042,11 @@ sections:
- doc_title: GitOps workflow
doc_url: 'ee/user/clusters/agent/gitops.html'
docs:
- - doc_title: Use Helm charts
- doc_url: 'ee/user/clusters/agent/gitops/helm.html'
- doc_title: Manage Kubernetes secrets
doc_url: 'ee/user/clusters/agent/gitops/secrets_management.html'
- doc_title: Track cluster resources
+ - doc_title: Use Helm charts
+ doc_url: 'ee/user/clusters/agent/gitops/helm.html'
doc_url: 'ee/user/infrastructure/clusters/deploy/inventory_object.html'
- doc_title: GitLab CI/CD workflow
doc_url: 'ee/user/clusters/agent/ci_cd_workflow.html'