We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342570b commit 9d4f88aCopy full SHA for 9d4f88a
atlas.json
@@ -1,11 +1,5 @@
1
{
2
"branch": "master",
3
- "name": "bevacqua/mastering-modular-javascript",
4
- "title": "Mastering Modular JavaScript",
5
- "export_formats": [
6
- "html",
7
- "pdf"
8
- ],
9
"files": [
10
"sections/cover.html",
11
"sections/titlepage.html",
@@ -24,7 +18,7 @@
24
18
"syntaxhighlighting": true,
25
19
"show_comments": false,
26
20
"color_count": false,
27
- "trim_size": "7inx9.1875in"
21
+ "trim_size": "6inx9in"
28
22
},
29
23
"epub": {
30
"toc": true,
@@ -50,8 +44,14 @@
50
44
}
51
45
52
46
"theme": "oreillymedia/animal_theme",
47
+ "title": "Mastering Modular JavaScript",
48
+ "name": "bevacqua/mastering-modular-javascript",
49
+ "export_formats": [
+ "html",
+ "pdf"
+ ],
53
"templating": false,
54
"print_isbn13": "",
55
"lang": "en",
56
"accent_color": "cmyk(100%, 3%, 50%, 0%)"
57
-}
+}
0 commit comments