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-09 22:41:44 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-11-09 22:41:44 +0300
commit4e1f399eb8415fcdbade8577bc37bcfe15a561d4 (patch)
tree06b100c5fd9c7304b26442d8ecc30f0d94fab795 /nanoc.yaml
parent42c237332b6cc2fda006d7bac278a381a4a3c4a5 (diff)
Add some debugging code and 404 page. Fixes #25.
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index ee85d44b..226393ec 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -94,3 +94,6 @@ checks:
# Whether or not breadcrumbs are enabled.
# Breadcrumbs are enabled.
breadcrumbs: true
+
+# Debug problems with the generation process by setting this config variable.
+debug: false