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:
author🚄 Job van der Voort 🚀 <job@gitlab.com>2018-03-26 16:41:11 +0300
committer🚄 Job van der Voort 🚀 <job@gitlab.com>2018-03-26 16:41:11 +0300
commit25207c4faf04b4ccc7437918f6ad922e0bcf7f7b (patch)
treeda3ce82af42a3d99d71bdbe1d09a444a6afb027f
parentf029befe49b1145ba2d01a538906b7e22aa8d7a1 (diff)
parent8fe1441a48ba2d2ed2fb1276ff6e81091ac28fd8 (diff)
Merge branch 'short-names' into 'master'
Use product short names See merge request gitlab-com/gitlab-docs!225
-rw-r--r--content/index.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/index.erb b/content/index.erb
index 5653cc54..1173bc9f 100644
--- a/content/index.erb
+++ b/content/index.erb
@@ -9,7 +9,7 @@ title: GitLab Documentation
<li class="topic topic-<%= product[:slug] %>">
<a href="<%= @items["/#{product[:slug]}/#{product[:index_file]}"].path %>">
<div class="wrapper">
- <h2><%= product[:full_name] %></h2>
+ <h2><%= product[:short_name] %></h2>
<p><%= product[:description] %></p>
</div>
</a>
@@ -22,7 +22,7 @@ title: GitLab Documentation
<li class="topic topic-<%= product[:slug] %>">
<a href="<%= @items["/#{product[:slug]}/#{product[:index_file]}"].path %>">
<div class="wrapper">
- <h2><%= product[:full_name] %></h2>
+ <h2><%= product[:short_name] %></h2>
<p><%= product[:description] %></p>
</div>
</a>
@@ -37,7 +37,7 @@ title: GitLab Documentation
<li class="subtopic topic-ci">
<a href="ee/ci/yaml/">
<div class="wrapper">
- <h2>GitLab CI/CD YAML</h2>
+ <h2>CI/CD YAML reference</h2>
<p>Learn how to configure <code>.gitlab-ci.yml</code> for your project.
</p>
</div>
@@ -46,7 +46,7 @@ title: GitLab Documentation
<li class="subtopic topic-api">
<a href="ee/api/">
<div class="wrapper">
- <h2>GitLab API</h2>
+ <h2>API</h2>
<p>Automate GitLab via a simple and powerful API.</p>
</div>
</a>