diff --git a/atlas.json b/atlas.json index d1dc194a..32028b4e 100644 --- a/atlas.json +++ b/atlas.json @@ -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" } \ No newline at end of file