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:
authorAchilleas Pipinellis <axil@gitlab.com>2022-05-21 00:18:50 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-05-21 00:18:50 +0300
commit6e9a5e506dd4275416350e1297d7e218a455bb85 (patch)
tree7c64d7563c1dc2358e66cfd01a659d2fa9c44fa4
parent48bbc0f0404d27abc05edb4058aab033cb765800 (diff)
Apply 3 suggestion(s) to 2 file(s)axil-operator-homepage
-rw-r--r--content/assets/stylesheets/_landing.scss2
-rw-r--r--content/index.erb3
2 files changed, 1 insertions, 4 deletions
diff --git a/content/assets/stylesheets/_landing.scss b/content/assets/stylesheets/_landing.scss
index 54772d6c..a96461ae 100644
--- a/content/assets/stylesheets/_landing.scss
+++ b/content/assets/stylesheets/_landing.scss
@@ -264,8 +264,6 @@ version: 11
font-size: 1rem;
line-height: 1.5rem;
color: $landing-gl-purple-500;
- display: block;
- margin: 0;
}
}
diff --git a/content/index.erb b/content/index.erb
index c6d499f4..4782d53d 100644
--- a/content/index.erb
+++ b/content/index.erb
@@ -178,8 +178,7 @@ title: GitLab Documentation
<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="/charts/" class="card-link">Use the Helm Chart <img src="/assets/images/collapse.svg" class="mt-n1" alt="" role="img" /></a>
- <a href="/operator/" class="card-link">Use the GitLab Operator <img src="/assets/images/collapse.svg" class="mt-n1" alt="" role="img" /></a>
+ <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>
</div>
</div>
</div>