forked from ethereumbook/ethereumbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
atlas.json
62 lines (62 loc) · 1.42 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
{
"branch": "master",
"files": [
"titlepage.html",
"toc.html",
"copyright.html",
"preface.asciidoc",
"glossary.asciidoc",
"ix.html",
"author_bio.html",
"colo.html",
"what-is.asciidoc",
"intro.asciidoc",
"clients.asciidoc",
"keys-addresses.asciidoc",
"wallets.asciidoc",
"transactions.asciidoc",
"tokens.asciidoc",
"appdx-standards-eip-erc.asciidoc",
"appdx-evm-opcodes-gas.asciidoc"
],
"formats": {
"pdf": {
"version": "web",
"toc": true,
"index": false,
"syntaxhighlighting": true,
"show_comments": false,
"antennahouse_version": "AHFormatterV62_64-MR4",
"color_count": "1",
"trim_size": "7inx9.1875in"
},
"epub": {
"toc": true,
"index": false,
"syntaxhighlighting": true,
"epubcheck": true,
"show_comments": false,
"downsample_images": true
},
"mobi": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"html": {
"toc": true,
"index": true,
"syntaxhighlighting": true,
"show_comments": false,
"consolidated": true
}
},
"theme": "https://github.com/oreillymedia/atlas_tech1c_theme.git",
"title": "Mastering Ethereum",
"templating": true,
"print_isbn13": "1491971940",
"lang": "en",
"accent_color": "cmyk(12%, 100%, 92%, 3%)"
}