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

pull/192/head
Sanders Kleinfeld 10 years ago
parent 81784128d7
commit a1da7e87fa

@ -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
}
},

Loading…
Cancel
Save