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>2020-10-07 03:19:34 +0300
committerEvan Read <eread@gitlab.com>2020-10-07 03:19:34 +0300
commitb5abaf6fdcc85fdfe448b66a14c8d021c1fba76a (patch)
treea25c4dfdec621a735e90dbeaf040131ca5536361 /nanoc.yaml
parent4d407c7fbd433d48dedbecda47b6dd01761ee6e1 (diff)
Make the Runner the last product in the list
Omnibus and Charts are related (as methods to install GitLab), but are separated on the page by the Runner documentation section. This change moves the Runner to the end.
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml28
1 files changed, 14 insertions, 14 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index 10751559..6935ad38 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -161,20 +161,6 @@ products:
doc_dir: 'doc'
expose: true
icon: 'car'
- runner:
- full_name: 'GitLab Runner'
- short_name: 'Runner'
- slug: 'runner'
- index_file: 'index.*'
- img: '/assets/images/docs-runner.svg'
- 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/'
- dest_dir: 'content/runner'
- doc_dir: 'docs'
- expose: true
- icon: 'status'
charts:
full_name: 'GitLab Helm chart'
short_name: 'Charts'
@@ -189,3 +175,17 @@ products:
doc_dir: 'doc'
expose: true
icon: 'chart'
+ runner:
+ full_name: 'GitLab Runner'
+ short_name: 'Runner'
+ slug: 'runner'
+ index_file: 'index.*'
+ img: '/assets/images/docs-runner.svg'
+ description: 'Agent for GitLab Continuous Integration & Deployment (CI/CD). Configure and run build scripts and other jobs as part of GitLab CI/CD.'
+ repo: 'https://gitlab.com/gitlab-org/gitlab-runner.git'
+ dirs:
+ temp_dir: 'tmp/runner/'
+ dest_dir: 'content/runner'
+ doc_dir: 'docs'
+ expose: true
+ icon: 'status'