Skip to content

Commit 3a490ea

Browse files
committed
Updated atlas.json
1 parent 25fcba2 commit 3a490ea

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Diff for: atlas.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"branch": "master",
33
"files": [
4-
"cover.html",
4+
"titlepage.html",
5+
"copyright.html",
56
"toc.html",
67
"foreword.asciidoc",
78
"preface.asciidoc",
@@ -13,17 +14,18 @@
1314
"ch06.asciidoc",
1415
"ch07.asciidoc",
1516
"ch08.asciidoc",
16-
"ch09.asciidoc"
17+
"ch09.asciidoc",
18+
"ix.html"
1719
],
1820
"formats": {
1921
"pdf": {
20-
"version": "web",
22+
"version": "print",
2123
"toc": true,
2224
"index": true,
2325
"syntaxhighlighting": true,
2426
"show_comments": false,
25-
"color_count": false,
26-
"trim_size": "7inx9.1875in"
27+
"color_count": "1",
28+
"trim_size": "6inx9in"
2729
},
2830
"epub": {
2931
"toc": true,
@@ -49,7 +51,7 @@
4951
}
5052
},
5153
"theme": "oreillymedia/animal_theme_sass",
52-
"title": "Practical ES6",
54+
"title": "Practical Modern JavaScript",
5355
"name": "oreillymedia/modular-es6",
5456
"branches": [
5557
"master"
@@ -58,7 +60,7 @@
5860
"html"
5961
],
6062
"templating": false,
61-
"print_isbn13": "",
63+
"print_isbn13": "9781491943533",
6264
"lang": "en",
6365
"accent_color": "cmyk(100%, 3%, 50%, 0%)"
64-
}
66+
}

0 commit comments

Comments
 (0)