Skip to content

Commit

Permalink
Updated atlas.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hackermatthew committed Dec 1, 2015
1 parent 3526ede commit 8460ed1
Showing 1 changed file with 42 additions and 41 deletions.
83 changes: 42 additions & 41 deletions atlas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"branch": "master",
"files": [
"branch": "master",
"files": [
"praise.html",
"titlepage.html",
"copyright.html",
Expand All @@ -24,43 +24,44 @@
"ix.html",
"author_bio.html",
"colo.html"
],
"formats": {
"pdf": {
"version": "web",
"toc": true,
"index": true,
"antennahouse_version": "AHFormatterV62_64-MR4",
"syntaxhighlighting": true,
"show_comments": false,
"color_count": "1"
],
"formats": {
"pdf": {
"version": "web",
"toc": true,
"index": true,
"antennahouse_version": "AHFormatterV62_64-MR4",
"syntaxhighlighting": true,
"show_comments": false,
"color_count": "1",
"trim_size": "7inx9.1875in"
},
"epub": {
"index": true,
"toc": true,
"epubcheck": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"mobi": {
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"html": {
"index": true,
"toc": true,
"consolidated": false,
"syntaxhighlighting": true,
"show_comments": false
}
},
"epub": {
"index": true,
"toc": true,
"epubcheck": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"mobi": {
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"html": {
"index": true,
"toc": true,
"consolidated": false,
"syntaxhighlighting": true,
"show_comments": false,
"consolidated": false
}
},
"theme": "oreillymedia/animal_theme",
"title": "Mastering Bitcoin",
"print_isbn13": "9781449374044",
"templating": false
}
"theme": "oreillymedia/animal_theme",
"title": "Mastering Bitcoin",
"print_isbn13": "9781449374044",
"templating": false,
"lang": "en"
}

0 comments on commit 8460ed1

Please sign in to comment.