forked from ethereumbook/ethereumbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
atlas.json
72 lines (72 loc) · 1.72 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
70
71
72
{
"branch": "master",
"files": [
"titlepage.html",
"toc.html",
"copyright.html",
"preface.asciidoc",
"glossary.asciidoc",
"what-is.asciidoc",
"intro.asciidoc",
"clients.asciidoc",
"keys-addresses.asciidoc",
"wallets.asciidoc",
"transactions.asciidoc",
"smart-contracts-solidity.asciidoc",
"smart-contracts-vyper.asciidoc",
"smart-contracts-security.asciidoc",
"tokens.asciidoc",
"oracles.asciidoc",
"dapps.asciidoc",
"evm.asciidoc",
"consensus.asciidoc",
"appdx-forks-history.asciidoc",
"appdx-standards-eip-erc.asciidoc",
"appdx-evm-opcodes-gas.asciidoc",
"appdx-dev-tools.asciidoc",
"appdx-web3js-tutorial.asciidoc",
"ix.html",
"author_bio.html",
"colo.html"
],
"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/animal_theme_sass",
"title": "Mastering Ethereum",
"templating": true,
"print_isbn13": "1491971940",
"lang": "en",
"accent_color": "cmyk(12%, 100%, 92%, 3%)"
}