Update guide structure

This commit is contained in:
Sandro Keil
2018-07-11 22:07:31 +02:00
parent 801dd6dda8
commit 93d21820ac
4 changed files with 28 additions and 7 deletions

21
book/guides/bookdown.json Normal file
View File

@@ -0,0 +1,21 @@
{
"title": "YFDE Guides",
"content": [
{"arch-linux": "../arch/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"
]
}
}