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:
authorMike Lewis <mlewis@gitlab.com>2018-05-18 16:57:46 +0300
committer🚄 Job van der Voort 🚀 <job@gitlab.com>2018-05-18 16:57:46 +0300
commitfc6f924105273b1e4db80c128c3a024cb065f511 (patch)
tree877877412bc72c96053e186b324ca3c69914c632
parent7ee877de49851a033f852689e12ce6c14813c907 (diff)
Update nanoc.yaml with new docs homepage descriptions for Gitlab, Omnibus, Runner sections
-rw-r--r--nanoc.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index b8dc9787..85d0e84f 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -130,7 +130,7 @@ products:
slug: 'ee'
index_file: 'README.*'
img: '/assets/images/docs-gitlab.svg'
- description: 'Browse user and administration documentation and guides for GitLab Community Edition, Enterprise Edition, and GitLab.com.'
+ description: 'Usage and administration of GitLab Community Edition (CE), Enterprise Edition (EE), and GitLab.com.'
repo: 'https://gitlab.com/gitlab-org/gitlab-ee.git'
dirs:
temp_dir: 'tmp/ee/'
@@ -143,7 +143,7 @@ products:
slug: 'omnibus'
index_file: 'README.*'
img: '/assets/images/docs-omnibus.svg'
- description: 'Browse installation, configuration, maintenance, and troubleshooting documentation for Omnibus GitLab.'
+ description: 'Default GitLab installer. Full-stack, platform-specific packages. The most common way to install and configure GitLab.'
repo: 'https://gitlab.com/gitlab-org/omnibus-gitlab.git'
dirs:
temp_dir: 'tmp/omnibus/'
@@ -156,7 +156,7 @@ products:
slug: 'runner'
index_file: 'index.*'
img: '/assets/images/docs-runner.svg'
- description: 'Browse installation, configuration, maintenance, and troubleshooting documentation for GitLab Runner.'
+ description: 'Agent for GitLab CI. Configure and run build scripts and other jobs as part of GitLab Continuous Integration & Deployment (CI/CD).'
repo: 'https://gitlab.com/gitlab-org/gitlab-runner.git'
dirs:
temp_dir: 'tmp/runner/'