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:
authorConnor Shea <connor.james.shea@gmail.com>2016-11-30 09:34:21 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-11-30 09:35:24 +0300
commitee40c7fb78c96b3471130bb78335c4f07b5b1d58 (patch)
tree8dd505a0805d28daec5f97bd20b4b6bdcad63011 /nanoc.yaml
parenta15ba3f21c2f12a207faf6d30ba0c7b3d721379c (diff)
Separate the directories from the other attributes.
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml28
1 files changed, 16 insertions, 12 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index 02b8a038..48cda6d6 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -107,9 +107,10 @@ products:
index_file: 'README.*'
description: 'Browse user and administration documentation and guides for GitLab Community Edition.'
repo: 'https://gitlab.com/gitlab-org/gitlab-ce.git'
- temp_dir: 'tmp/ce/'
- dest_dir: 'content/ce'
- doc_dir: 'doc'
+ dirs:
+ temp_dir: 'tmp/ce/'
+ dest_dir: 'content/ce'
+ doc_dir: 'doc'
ee:
full_name: 'GitLab Enterprise Edition and GitLab.com'
short_name: 'Enterprise Edition'
@@ -118,9 +119,10 @@ products:
index_file: 'README.*'
description: 'Browse user and administration documentation and guides for GitLab Enterprise Edition and GitLab.com.'
repo: 'https://gitlab.com/gitlab-org/gitlab-ee.git'
- temp_dir: 'tmp/ee/'
- dest_dir: 'content/ee'
- doc_dir: 'doc'
+ dirs:
+ temp_dir: 'tmp/ee/'
+ dest_dir: 'content/ee'
+ doc_dir: 'doc'
omnibus:
full_name: 'Omnibus GitLab'
short_name: 'Omnibus'
@@ -129,9 +131,10 @@ products:
index_file: 'README.*'
description: 'Browse installation, configuration, maintenance, and troubleshooting documentation for Omnibus GitLab.'
repo: 'https://gitlab.com/gitlab-org/omnibus-gitlab.git'
- temp_dir: 'tmp/omnibus/'
- dest_dir: 'content/omnibus'
- doc_dir: 'doc'
+ dirs:
+ temp_dir: 'tmp/omnibus/'
+ dest_dir: 'content/omnibus'
+ doc_dir: 'doc'
runner:
full_name: 'GitLab Runner'
short_name: 'Runner'
@@ -140,6 +143,7 @@ products:
index_file: 'index.*'
description: 'Browse installation, configuration, maintenance, and troubleshooting documentation for GitLab Runner.'
repo: 'https://gitlab.com/gitlab-org/gitlab-ci-multi-runner.git'
- temp_dir: 'tmp/runner/'
- dest_dir: 'content/runner'
- doc_dir: 'docs'
+ dirs:
+ temp_dir: 'tmp/runner/'
+ dest_dir: 'content/runner'
+ doc_dir: 'docs'