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:
Diffstat (limited to 'content/index.erb')
-rw-r--r--content/index.erb34
1 files changed, 20 insertions, 14 deletions
diff --git a/content/index.erb b/content/index.erb
index b32e8875..b1031991 100644
--- a/content/index.erb
+++ b/content/index.erb
@@ -33,31 +33,37 @@ title: GitLab Documentation
</ul>
</div> -->
<div class="row">
- <ul class="topics">
+ <ul class="main-topics">
<li>
- <a href="">
+ <a href="/ee">
<div class="wrapper flex-container flex-column">
<img src="/assets/images/docs-gitlab.svg" alt="gitlab line logo">
- <h2 itemprop="name">GitLab</h2>
- <p>Browse user and administration documentation and guides for GitLab Community Edition, Enterprise Edition, and GitLab.com.</p>
+ <div class="topic-info">
+ <h2 itemprop="name">GitLab</h2>
+ <p>Browse user and administration documentation and guides for GitLab Community Edition, Enterprise Edition, and GitLab.com.</p>
+ </div>
</div>
</a>
</li>
<li>
- <a href="">
+ <a href="/omnibus">
<div class="wrapper flex-container flex-column">
<img src="/assets/images/docs-omnibus.svg" alt="gitlab omnibus icon">
- <h2 itemprop="name">Omnibus</h2>
- <p>Browse installation, configuration, maintenance, and troubleshooting documentation for Omnibus GitLab.</p>
+ <div class="topic-info">
+ <h2 itemprop="name">Omnibus</h2>
+ <p>Browse installation, configuration, maintenance, and troubleshooting documentation for Omnibus GitLab.</p>
+ </div>
</div>
</a>
</li>
<li>
- <a href="">
+ <a href="/runner">
<div class="wrapper flex-container flex-column">
<img src="/assets/images/docs-runner.svg" alt="gitlab runner icon">
- <h2 itemprop="name">Runner</h2>
- <p>Browse installation, configuration, maintenance, and troubleshooting documentation for GitLab Runner.</p>
+ <div class="topic-info">
+ <h2 itemprop="name">Runner</h2>
+ <p>Browse installation, configuration, maintenance, and troubleshooting documentation for GitLab Runner.</p>
+ </div>
</div>
</a>
</li>
@@ -66,19 +72,19 @@ title: GitLab Documentation
<div class="popular-topics">
<h1>Most popular topics</h1>
<div class="topics-container flex-container">
- <a class="topic" href="">
+ <a class="topic" href="/ee/ci/yaml">
<h4>CI/CD YAML reference</h4>
<p>Learn how to configure gitlab-ci.yml for your project.</p>
</a>
- <a class="topic" href="">
+ <a class="topic" href="/ee/api">
<h4>API</h4>
<p>Automate GitLab via a simple and powerful API.</p>
</a>
- <a class="topic" href="">
+ <a class="topic" href="/ee/ssh">
<h4>SSH</h4>
<p>Learn how to create an SSH key pair and configure GitLab to authenticate via SSH from your local computer.</p>
</a>
- <a class="topic" href="">
+ <a class="topic" href="ee/user/gitlab_com">
<h4>GitLab.com Settings</h4>
<p>Information about the settings that are used on GitLab.com, like SSH keys fingerprints, shared Runners configuration, etc.</p>
</a>