1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-16 04:59:35 +00:00
bitcoinbook/atlas.json
David A. Harding 7da725a096 Move chapters to top level directory to fix Atlas build issue
They use "safe" build mode which doesn't let me reference arbitrary
diroctories in include files.
2023-09-01 13:24:35 +02:00

70 lines
1.5 KiB
JSON

{
"branch": "master",
"files": [
"cover.html",
"titlepage.html",
"copyright.html",
"dedication.html",
"toc.html",
"preface.asciidoc",
"intro.adoc",
"overview.adoc",
"bitcoin-core.adoc",
"keys.adoc",
"wallets.adoc",
"transactions.adoc",
"authorization-authentication.adoc",
"signatures.adoc",
"fees.adoc",
"network.adoc",
"blockchain.adoc",
"mining.adoc",
"security.adoc",
"applications.adoc",
"whitepaper.adoc",
"errata.adoc",
"bips.adoc",
"author_bio.html"
],
"formats": {
"pdf": {
"version": "web",
"toc": true,
"index": false,
"antennahouse_version": "AHFormatterV62_64-MR4",
"syntaxhighlighting": true,
"show_comments": false,
"color_count": "1",
"trim_size": "7inx9.1875in"
},
"epub": {
"index": false,
"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": {
"index": true,
"toc": true,
"consolidated": false,
"syntaxhighlighting": true,
"show_comments": false
}
},
"theme": "oreillymedia/animal_theme_sass",
"title": "Mastering Bitcoin, 3E",
"print_isbn13": "9781491954386",
"templating": false,
"lang": "en",
"accent_color": ""
}