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-24 00:59:39 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-11-24 00:59:39 +0300
commit434f1f70cff8de6f06d7a3e8198b901cebc8cac8 (patch)
treed3d6dab52f2a4ef904b1a945d155523af78309bc /nanoc.yaml
parentdd88192bfc3eff1af1dfb889addde6a01221c675 (diff)
Generate the header items and landing page dynamically with information from the config file.
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index 226393ec..06063b66 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -97,3 +97,33 @@ breadcrumbs: true
# Debug problems with the generation process by setting this config variable.
debug: false
+
+products:
+ ce:
+ full_name: 'GitLab Community Edition'
+ short_name: 'Community Edition'
+ abbreviation: 'CE'
+ slug: 'ce'
+ index_file: 'README.*'
+ description: 'Browse user and administration documentation and guides for GitLab Community Edition.'
+ ee:
+ full_name: 'GitLab Enterprise Edition and GitLab.com'
+ short_name: 'Enterprise Edition'
+ abbreviation: 'EE'
+ slug: 'ee'
+ index_file: 'README.*'
+ description: 'Browse user and administration documentation and guides for GitLab Enterprise Edition and GitLab.com.'
+ omnibus:
+ full_name: 'Omnibus GitLab'
+ short_name: 'Omnibus'
+ abbreviation: 'OM'
+ slug: 'omnibus'
+ index_file: 'README.*'
+ description: 'Browse installation, configuration, maintenance, and troubleshooting documentation for Omnibus GitLab.'
+ runner:
+ full_name: 'GitLab Runner'
+ short_name: 'Runner'
+ abbreviation: 'RU'
+ slug: 'runner'
+ index_file: 'index.*'
+ description: 'Browse installation, configuration, maintenance, and troubleshooting documentation for GitLab Runner.'