1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-26 18:08:31 +00:00
bitcoinbook/atlas.json

45 lines
890 B
JSON
Raw Normal View History

2013-09-11 19:58:13 +00:00
{
2014-12-05 20:33:00 +00:00
"branch": "master",
2013-09-11 19:58:13 +00:00
"files": [
"cover.html",
"titlepage.html",
"copyright.html",
"toc.html",
"preface.html",
"chapter.html",
"appendix.html",
"ix.html"
2013-09-11 19:58:13 +00:00
],
"formats": {
"pdf": {
"version": "web",
2014-07-11 19:01:42 +00:00
"toc": true,
"index": true,
2014-12-05 20:33:00 +00:00
"syntaxhighlighting": true,
"show_comments": false
2014-07-11 19:01:42 +00:00
},
"epub": {
"toc": true,
"index": true,
2014-12-05 20:33:00 +00:00
"syntaxhighlighting": true,
"epubcheck": true,
"show_comments": false
2014-07-11 19:01:42 +00:00
},
"mobi": {
"toc": true,
"index": true,
2014-12-05 20:33:00 +00:00
"syntaxhighlighting": true,
"show_comments": false
2013-09-11 19:58:13 +00:00
},
2013-09-12 21:15:05 +00:00
"html": {
2014-07-11 19:01:42 +00:00
"toc": true,
"index": true,
2014-12-05 20:33:00 +00:00
"syntaxhighlighting": true,
"show_comments": false,
"consolidated": false
2013-09-12 21:15:05 +00:00
}
2013-09-11 19:58:13 +00:00
},
"templating": false,
2014-12-05 20:33:00 +00:00
"theme": "oreillymedia/atlas_tech1c_theme",
"title": "atlas book skeleton"
2014-06-13 21:15:10 +00:00
}