-
Notifications
You must be signed in to change notification settings - Fork 10
/
atlas.json
44 lines (44 loc) · 926 Bytes
/
atlas.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"branch": "master",
"files": [
"press-release.md"
],
"formats": {
"pdf": {
"version": "web",
"color_count": "4",
"index": false,
"toc": false,
"syntaxhighlighting": false,
"show_comments": false,
"trim_size": "6inx9in"
},
"epub": {
"index": false,
"toc": false,
"epubcheck": false,
"syntaxhighlighting": false,
"show_comments": false,
"downsample_images": false
},
"mobi": {
"index": false,
"toc": false,
"syntaxhighlighting": false,
"show_comments": false,
"downsample_images": false
},
"html": {
"index": false,
"toc": false,
"syntaxhighlighting": false,
"show_comments": false,
"consolidated": false
}
},
"theme": "oreillymedia/atlas_tech1c_theme",
"title": "jdboston16",
"print_isbn13": "",
"lang": "en",
"templating": false
}