mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-14 03:48:58 +00:00
Updated atlas.json
This commit is contained in:
parent
a1da7e87fa
commit
3b1b7c6761
18
atlas.json
18
atlas.json
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"branch": "master",
|
||||||
"files": [
|
"files": [
|
||||||
"cover.html",
|
"cover.html",
|
||||||
"01-titlepage.html",
|
"01-titlepage.html",
|
||||||
@ -13,23 +14,30 @@
|
|||||||
"version": "web",
|
"version": "web",
|
||||||
"toc": true,
|
"toc": true,
|
||||||
"index": true,
|
"index": true,
|
||||||
"syntaxhighlighting": true
|
"syntaxhighlighting": true,
|
||||||
|
"show_comments": false
|
||||||
},
|
},
|
||||||
"epub": {
|
"epub": {
|
||||||
"toc": true,
|
"toc": true,
|
||||||
"index": true,
|
"index": true,
|
||||||
"syntaxhighlighting": true
|
"syntaxhighlighting": true,
|
||||||
|
"epubcheck": true,
|
||||||
|
"show_comments": false
|
||||||
},
|
},
|
||||||
"mobi": {
|
"mobi": {
|
||||||
"toc": true,
|
"toc": true,
|
||||||
"index": true,
|
"index": true,
|
||||||
"syntaxhighlighting": true
|
"syntaxhighlighting": true,
|
||||||
|
"show_comments": false
|
||||||
},
|
},
|
||||||
"html": {
|
"html": {
|
||||||
"toc": true,
|
"toc": true,
|
||||||
"index": true,
|
"index": true,
|
||||||
"syntaxhighlighting": true
|
"syntaxhighlighting": true,
|
||||||
|
"show_comments": false,
|
||||||
|
"consolidated": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"theme": "oreillymedia/atlas_tech1c_theme"
|
"theme": "oreillymedia/atlas_tech1c_theme",
|
||||||
|
"title": "atlas book skeleton"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user