-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathatlas.json
57 lines (57 loc) · 1.24 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": "jdeisenberg/etudes-for-clojurescript",
"branch": "master",
"export_formats": ["html","pdf","epub"],
"files": [
"cover.html",
"titlepage.html",
"copyright.html",
"toc.html",
"preface.html",
"ch01-functions-variables.html",
"ch02-interact-javascript.html",
"ch03-lists-vectors.html",
"ch04-maps.html",
"ch05-reactive.html",
"ch06-project.html",
"ch07-records.html",
"ch08-async.html",
"appendix_a.html",
"appendix_b.html",
"appendix_c.html",
"appendix_d.html",
"ix.html",
"README.asciidoc"
],
"formats": {
"pdf": {
"version": "web",
"toc": true,
"index": false,
"syntaxhighlighting": true,
"show_comments": false
},
"epub": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"epubcheck": true,
"show_comments": false
},
"mobi": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false
},
"html": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false,
"consolidated": false
}
},
"theme": "oreillymedia/atlas_tech1c_theme",
"title": "Études for ClojureScript"
}