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>2018-01-30 15:27:59 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-02-07 17:19:44 +0300
commit550519c6ee931e3aa92a43f570a984bfde4b55b6 (patch)
tree1549f989bc3853c037b35ada122192d4ec0dc78b /nanoc.yaml
parent03c9a426e5931ff240be0506539b0b2ca3e6fafe (diff)
Add logic to show CE when in development mode
When NANOC_ENV is set to production, the CE contents are hidden from the index page and the menu.
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index ba9a69d5d..ff00dc39e 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -105,8 +105,8 @@ debug: false
products:
ce:
- full_name: 'GitLab Community Edition'
- short_name: 'Community Edition'
+ full_name: 'GitLab CE'
+ short_name: 'GitLab CE'
slug: 'ce'
index_file: 'README.*'
description: 'Browse user and administration documentation and guides for GitLab Community Edition.'