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:
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…
Reference in New Issue
Block a user