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-09-01 14:30:28 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-09-01 14:34:06 +0300
commit9c6511a79177762e886613fec758998dc4679dda (patch)
tree8990a7f51734eea44c78a009a5025b0353c55371 /nanoc.yaml
parent20557810db24d124f3da42b8d6151dc765742226 (diff)
Make the banner configurable and disable by default
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 bde55a2c..10751559 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -125,6 +125,10 @@ checks:
# Breadcrumbs are enabled.
breadcrumbs: true
+# Whether to show the banner defined in layouts/banner.html.
+# Set to true or false.
+show_banner: false
+
# Debug problems with the generation process by setting this config variable.
debug: false