Merge branch 'master' of git.atlas.oreilly.com:oreillymedia/atlas_book_skeleton

pull/192/head
Adam Zaremba 10 years ago
commit f3a77ca8a1

@ -1,4 +1,5 @@
{
"branch": "master",
"files": [
"cover.html",
"01-titlepage.html",
@ -13,23 +14,30 @@
"version": "web",
"toc": true,
"index": true,
"syntaxhighlighting": true
"syntaxhighlighting": true,
"show_comments": false
},
"epub": {
"toc": true,
"index": true,
"syntaxhighlighting": true
"syntaxhighlighting": true,
"epubcheck": true,
"show_comments": false
},
"mobi": {
"toc": true,
"index": true,
"syntaxhighlighting": true
"syntaxhighlighting": true,
"show_comments": false
},
"html": {
"toc": true,
"index": true,
"syntaxhighlighting": true
"syntaxhighlighting": true,
"show_comments": false,
"consolidated": false
}
},
"theme": "oreillymedia/atlas_tech1c_theme"
"theme": "oreillymedia/atlas_tech1c_theme",
"title": "atlas book skeleton"
}
Loading…
Cancel
Save