summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-06-03 16:24:35 +0200
committerSamy Pessé <samypesse@gmail.com>2014-06-03 16:24:35 +0200
commitc803270af8c2f7d19de83f2997dbd7fe7675bd54 (patch)
treeaab333ef7c4e69c37c1645483cf37f6e3bb99966 /README.md
parent5d51263a58d6512ce131729fe87851d3d817440d (diff)
downloadgitbook-c803270af8c2f7d19de83f2997dbd7fe7675bd54.zip
gitbook-c803270af8c2f7d19de83f2997dbd7fe7675bd54.tar.gz
gitbook-c803270af8c2f7d19de83f2997dbd7fe7675bd54.tar.bz2
Add option pdf.pageNumber
Fix GitbookIO/editor#38
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d767c82..03fa1c5 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,9 @@ Here are the options that can be stored in this file:
// Add toc at the end of the file
"toc": true,
+ // Add page numbers to the bottom of every page
+ "pageNumbers": false,
+
// Font size for the fiel content
"fontSize": 12,