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 <axilleas@axilleas.me>2017-06-14 19:22:13 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-06-14 19:22:13 +0300
commit5301bc04f192d9bdc5f10eaf0f0756a836faea90 (patch)
tree100a988bb7edde43b750046257195ef8925fa5ac /nanoc.yaml
parent244ae4d0ec928cde413ac20a41837b09a4438208 (diff)
Hide CE from the docs portal
See https://gitlab.com/gitlab-org/gitlab-ce/issues/22617#note_32342161
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index 48cda6d6..865630d5 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -111,6 +111,7 @@ products:
temp_dir: 'tmp/ce/'
dest_dir: 'content/ce'
doc_dir: 'doc'
+ expose: false
ee:
full_name: 'GitLab Enterprise Edition and GitLab.com'
short_name: 'Enterprise Edition'
@@ -123,6 +124,7 @@ products:
temp_dir: 'tmp/ee/'
dest_dir: 'content/ee'
doc_dir: 'doc'
+ expose: true
omnibus:
full_name: 'Omnibus GitLab'
short_name: 'Omnibus'
@@ -135,6 +137,7 @@ products:
temp_dir: 'tmp/omnibus/'
dest_dir: 'content/omnibus'
doc_dir: 'doc'
+ expose: true
runner:
full_name: 'GitLab Runner'
short_name: 'Runner'
@@ -147,3 +150,4 @@ products:
temp_dir: 'tmp/runner/'
dest_dir: 'content/runner'
doc_dir: 'docs'
+ expose: true