From 3b1b7c67610860ae3e46387ab9afed6c2a5392d3 Mon Sep 17 00:00:00 2001 From: "sklise@gmail.com" Date: Fri, 5 Dec 2014 20:33:00 +0000 Subject: [PATCH] Updated atlas.json --- atlas.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) 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