-
Notifications
You must be signed in to change notification settings - Fork 210
/
atlas.json
60 lines (60 loc) · 1.34 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"branch": "master",
"files": [
"sections/cover.html",
"sections/titlepage.html",
"sections/copyright.html",
"sections/toc.html",
"sections/preface.asciidoc",
"chapters/ch01.asciidoc",
"chapters/ch02.asciidoc",
"chapters/ch03.asciidoc",
"chapters/ch04.asciidoc",
"chapters/ch05.asciidoc",
"chapters/ch06.asciidoc"
],
"formats": {
"pdf": {
"version": "web",
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false,
"color_count": false,
"trim_size": "6inx9in"
},
"epub": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"epubcheck": true,
"show_comments": false,
"downsample_images": false
},
"mobi": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"html": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false,
"consolidated": false
}
},
"theme": "oreillymedia/animal_theme",
"title": "Mastering Modular JavaScript",
"name": "bevacqua/mastering-modular-javascript",
"export_formats": [
"html",
"pdf"
],
"templating": false,
"print_isbn13": "",
"lang": "en",
"accent_color": "cmyk(100%, 3%, 50%, 0%)"
}