forked from mjavascript/practical-modern-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
atlas.json
57 lines (57 loc) · 1.3 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
{
"name": "oreillymedia/modular-es6",
"branches": ["master"],
"export_formats": ["html"],
"files": [
"sections/cover.html",
"sections/toc.html",
"chapters/ch01.asciidoc",
"chapters/ch02.asciidoc",
"chapters/ch03.asciidoc",
"chapters/ch04.asciidoc",
"chapters/ch05.asciidoc",
"chapters/ch06.asciidoc",
"chapters/ch07.asciidoc",
"chapters/ch08.asciidoc",
"chapters/ch09.asciidoc"
],
"formats": {
"pdf": {
"version": "web",
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false,
"color_count": false,
"trim_size": "7inx9.1875in"
},
"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": "Practical ES6",
"templating": false,
"print_isbn13": "",
"lang": "en",
"accent_color": "cmyk(100%, 3%, 50%, 0%)"
}