1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-30 03:48:31 +00:00
bitcoinbook/atlas.json
2015-03-24 10:55:18 -04:00

44 lines
867 B
JSON

{
"branch": "master",
"files": [
"cover.html",
"titlepage.html",
"copyright.html",
"toc.html",
"preface.html",
"chapter.html",
"appendix.html",
"ix.html"
],
"formats": {
"pdf": {
"version": "web",
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false
},
"epub": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"epubcheck": true,
"show_comments": false
},
"mobi": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false
},
"html": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false,
"consolidated": false
}
},
"theme": "oreillymedia/atlas_tech1c_theme",
"title": "atlas book skeleton"
}