1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-22 21:51:10 +00:00

Turning TOC/index generation on by default for all formats.

This commit is contained in:
Sanders Kleinfeld 2014-11-04 20:23:21 -05:00
parent 81784128d7
commit a1da7e87fa

View File

@ -12,16 +12,22 @@
"pdf": {
"version": "web",
"toc": true,
"index": true,
"syntaxhighlighting": true
},
"epub": {
"toc": true,
"index": true,
"syntaxhighlighting": true
},
"mobi": {
"toc": true,
"index": true,
"syntaxhighlighting": true
},
"html": {
"toc": true,
"index": true,
"syntaxhighlighting": true
}
},