-
Notifications
You must be signed in to change notification settings - Fork 3
/
atlas.json
69 lines (69 loc) · 1.65 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
61
62
63
64
65
66
67
68
69
{
"branch": "master",
"files": [
"cover.html",
"titlepage.html",
"copyright.html",
"toc.html",
"preface.asciidoc",
"chapter-01-introduction.asciidoc",
"chapter-02-gist.asciidoc",
"chapter-03-gollum.asciidoc",
"chapter-08-python-search.asciidoc",
"chapter-09-commit-status-dotnet.asciidoc",
"chapter-05-jekyll.asciidoc",
"chapter-07-android.asciidoc",
"chapter-06-hubot-activities.asciidoc",
"chapter-04-javascript.asciidoc",
"appendix-enterprise.asciidoc",
"appendix-ruby-and-nodejs.asciidoc",
"ix.html",
"author_bio.html",
"colo.html"
],
"formats": {
"pdf": {
"version": "print",
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"color_count": "1",
"trim_size": "7inx9.1875in",
"antennahouse_version": "AHFormatterV62_64-MR4"
},
"epub": {
"index": true,
"toc": true,
"epubcheck": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"mobi": {
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"html": {
"files": [
"chapter-09-commit-status-dotnet.asciidoc"
],
"fragment": true,
"demote": true,
"syntaxhighlighting": false,
"consolidated": true,
"index": false,
"toc": false,
"show_comments": false
}
},
"theme": "oreillymedia/animal_theme",
"title": "Building Tools with GitHub",
"templating": false,
"print_isbn13": "",
"lang": "en",
"accent_color": ""
}