Update guide structure
This commit is contained in:
@@ -15,7 +15,7 @@ before_script:
|
||||
- composer install --prefer-dist --no-interaction --no-progress --no-suggest
|
||||
|
||||
script:
|
||||
- vendor/bin/bookdown book/bookdown.json --root-href=http://sandrokeil.github.io/yubikey-full-disk-encryption-secure-boot-uefi/
|
||||
- vendor/bin/bookdown bookdown.json --root-href=http://sandrokeil.github.io/yubikey-full-disk-encryption-secure-boot-uefi/
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "YubiKey full disk encryption Arch Linux guide",
|
||||
"title": "YKFDE Guide for Arch Linux",
|
||||
"content": [
|
||||
{"getting-started": "01-getting-started.md"},
|
||||
{"prepare-disk": "02-prepare-disk.md"},
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
{
|
||||
"title": "YubiKey full disk encryption guide",
|
||||
"title": "YFDE Guides",
|
||||
"content": [
|
||||
{"intro": "../README.md"},
|
||||
{"changelog": "../CHANGELOG.md"},
|
||||
{"arch-linux": "arch/bookdown.json"}
|
||||
{"arch-linux": "../arch/bookdown.json"}
|
||||
],
|
||||
"theme": {
|
||||
"toc": {
|
||||
@@ -11,7 +9,7 @@
|
||||
}
|
||||
},
|
||||
"template": "bookdown/themes",
|
||||
"tocDepth": 1,
|
||||
"tocDepth": 2,
|
||||
"target": "../html",
|
||||
"numbering": false,
|
||||
"extensions": {
|
||||
23
bookdown.json
Normal file
23
bookdown.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"title": "YubiKey Full Disk Encryption Guide",
|
||||
"content": [
|
||||
{"intro": "README.md"},
|
||||
{"changelog": "CHANGELOG.md"},
|
||||
{"guides": "book/guides/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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user