From 222040bf6429c497e9c4497b21f5d35c3209675f Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Mon, 15 Jun 2015 18:32:19 +0200 Subject: [PATCH] Hide chapter numbers in "HTML by chapter" output --- pillar.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pillar.conf b/pillar.conf index 3357fbd..3104216 100644 --- a/pillar.conf +++ b/pillar.conf @@ -17,7 +17,10 @@ "HTML by chapter" : { "outputType" : #html, "template" : "support/templates/chapter.html.template", - "separateOutputFiles" : true + "separateOutputFiles" : true, + "level1" : { + "numbering" : false + } }, "Markdown by chapter" : { "outputType" : #githubmarkdown,