Skip to content

Commit f5aa304

Browse files
committed
Updated atlas.json
1 parent 33aff3b commit f5aa304

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

atlas.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"pdf": {
2323
"version": "web",
2424
"index": true,
25-
"toc": true
25+
"toc": true,
26+
"syntaxhighlighting": false,
27+
"show_comments": false
2628
},
2729
"epub": {
2830
"index": true,
@@ -35,7 +37,9 @@
3537
"fonts/hold/UbuntuMono-BoldItalic.otf",
3638
"fonts/hold/UbuntuMono-Regular.otf",
3739
"fonts/hold/UbuntuMono-Italic.otf"
38-
]
40+
],
41+
"syntaxhighlighting": false,
42+
"show_comments": false
3943
},
4044
"mobi": {
4145
"index": true,
@@ -47,13 +51,18 @@
4751
"fonts/hold/UbuntuMono-BoldItalic.otf",
4852
"fonts/hold/UbuntuMono-Regular.otf",
4953
"fonts/hold/UbuntuMono-Italic.otf"
50-
]
54+
],
55+
"syntaxhighlighting": false,
56+
"show_comments": false
5157
},
5258
"html": {
5359
"index": true,
54-
"toc": true
60+
"toc": true,
61+
"syntaxhighlighting": false,
62+
"show_comments": false,
63+
"consolidate": false
5564
}
5665
},
57-
"theme": "schacon/pro-git-theme",
66+
"theme": "oreillymedia/atlas_tech1c_theme",
5867
"title": "Pro Git"
5968
}

0 commit comments

Comments
 (0)