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>2018-06-04 13:08:42 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-06-04 13:08:42 +0300
commit067b9896434ba9f0bdbdf2f1f5e8c396507bd04d (patch)
treeae9516808892fe6a09adaa9be82d03b90e397110
parent323685ae9ed69721db56514670e9bda8563c0261 (diff)
Add moving to GitLab topic in landing page
-rw-r--r--content/index.erb10
-rw-r--r--nanoc.yaml1
2 files changed, 8 insertions, 3 deletions
diff --git a/content/index.erb b/content/index.erb
index bbda17f7..a86f720a 100644
--- a/content/index.erb
+++ b/content/index.erb
@@ -41,17 +41,21 @@ title: GitLab Documentation
<div class="popular-topics">
<h1>Most popular topics</h1>
<div class="topics-container flex-container">
+ <a class="topic" href="/ee/user/project/import/">
+ <h4>Moving to GitLab</h4>
+ <p>Learn how to migrate your projects to GitLab.com or your own GitLab instance</p>
+ </a>
<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>
+ <p>Learn how to configure gitlab-ci.yml for your project</p>
</a>
<a class="topic" href="/ee/api/">
<h4>API</h4>
- <p>Automate GitLab via a simple and powerful API.</p>
+ <p>Automate GitLab via a simple and powerful API</p>
</a>
<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>
+ <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="/ee/user/gitlab_com/">
<h4>GitLab.com Settings</h4>
diff --git a/nanoc.yaml b/nanoc.yaml
index 85d0e84f..dea2589f 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -81,6 +81,7 @@ checks:
# Exclude major.minor versions that are used under /archives
- '^/\d{1,2}\.\d{1,2}/$'
# Exclude the extra links listed in the home page
+ - '\/ee\/user\/project\/import\/'
- '\/ee\/ci\/yaml\/'
- '\/ee\/api\/'
- '\/ee\/ssh\/'