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:
authorDiana Logan <dlogan@gitlab.com>2022-09-30 12:13:17 +0300
committerDiana Logan <dlogan@gitlab.com>2022-09-30 12:13:17 +0300
commit766102e6fc711223c0d97dc9cdbf29fea98a5515 (patch)
treee8ce4250460218a60cd3501bab8b93dbb63bded1
parenta610b3d81ac57bf2f751bab452976d6dd9115b86 (diff)
parent2c7d0ccfe4491fd76ced25d05b94d4d5551fa8a5 (diff)
Merge branch 'sselhorn-main-patch-90011' into 'main'
Updating to Helm chart (lowercase) and cloud-native (hyphen) See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3135 Merged-by: Diana Logan <dlogan@gitlab.com> Co-authored-by: Suzanne Selhorn <sselhorn@gitlab.com>
-rw-r--r--content/index.erb5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/index.erb b/content/index.erb
index 8f4ecd93..321c10da 100644
--- a/content/index.erb
+++ b/content/index.erb
@@ -181,8 +181,9 @@ title: GitLab Documentation
<div class="card-body">
<img class="card-img-top" src="/assets/images/docs-charts.svg" alt="" role="img" />
<h5 class="card-title mb-0 pb-1">Install on Kubernetes</h5>
- <p class="card-text">If you're using cluster management, we recommend the Helm Chart or the GitLab Operator for installing cloud-native GitLab.</p>
- <a href="/ee/install/cloud_native/" class="card-link">Use Cloud Native GitLab <img src="/assets/images/collapse.svg" class="mt-n1" alt="" role="img" /></a>
+ <p class="card-text">If you're using cluster management, we recommend the Helm chart or the Operator for installing cloud-native GitLab.</p>
+ <a href="https://docs.gitlab.com/charts/" class="card-link">Use the Helm chart <img src="/assets/images/collapse.svg" class="mt-n1" alt="" role="img" /></a>
+ <a href="https://docs.gitlab.com/operator/" class="card-link">Use the Operator <img src="/assets/images/collapse.svg" class="mt-n1" alt="" role="img" /></a>
</div>
</div>
</div>