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",
|
|
|
|
"01-titlepage.html",
|
|
|
|
"02-copyright.html",
|
2013-09-11 20:14:05 +00:00
|
|
|
"03-toc.html",
|
2013-09-11 20:12:33 +00:00
|
|
|
"04-preface.html",
|
|
|
|
"05-chapter.html",
|
|
|
|
"06-appendix.html"
|
2013-09-11 19:58:13 +00:00
|
|
|
],
|
|
|
|
"formats": {
|
|
|
|
"pdf": {
|
|
|
|
"version": "web",
|
2014-07-11 19:01:42 +00:00
|
|
|
"toc": true,
|
2014-11-05 01:23:21 +00:00
|
|
|
"index": true,
|
2014-12-05 20:33:00 +00:00
|
|
|
"syntaxhighlighting": true,
|
|
|
|
"show_comments": false
|
2014-07-11 19:01:42 +00:00
|
|
|
},
|
|
|
|
"epub": {
|
2014-11-05 01:23:21 +00:00
|
|
|
"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": {
|
2014-11-05 01:23:21 +00:00
|
|
|
"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,
|
2014-11-05 01:23:21 +00:00
|
|
|
"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
|
|
|
},
|
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
|
|
|
}
|