Files
ykfde/bookdown.json
2018-12-18 21:40:23 +01:00

25 lines
641 B
JSON

{
"title": "YubiKey Full Disk Encryption Guide",
"content": [
{"intro": "README.md"},
{"changelog": "CHANGELOG.md"},
{"guides": "book/guides/bookdown.json"},
{"security": "book/security/bookdown.json"}
],
"theme": {
"toc": {
"collapsibleFromLevel": 1
}
},
"template": "bookdown/themes",
"tocDepth": 2,
"target": "./html",
"numbering": false,
"extensions": {
"commonmark": [
"Webuni\\CommonMark\\TableExtension\\TableExtension",
"Webuni\\CommonMark\\AttributesExtension\\AttributesExtension"
]
}
}