microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
Guide/book.toml
27lines · modecode
| 1 | # Copyright (c) Microsoft Corporation. |
| 2 | # Licensed under the MIT License. |
| 3 | |
| 4 | [book] |
| 5 | language = "en" |
| 6 | multilingual = false |
| 7 | src = "src" |
| 8 | title = "The OpenVMM Guide" |
| 9 | |
| 10 | [build] |
| 11 | create-missing = false |
| 12 | |
| 13 | [output.html] |
| 14 | git-repository-url = "https://github.com/microsoft/OpenVMM" |
| 15 | git-repository-icon = "fa-github" |
| 16 | edit-url-template = "https://github.com/microsoft/OpenVMM/edit/main/Guide/{path}" |
| 17 | additional-css = ["mdbook-admonish.css"] |
| 18 | additional-js = ["mermaid.min.js", "mermaid-init.js"] |
| 19 | |
| 20 | [preprocessor] |
| 21 | |
| 22 | [preprocessor.admonish] |
| 23 | command = "cargo run --quiet --manifest-path ./mdbook-openvmm-shim/Cargo.toml mdbook-admonish" |
| 24 | assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install` |
| 25 | |
| 26 | [preprocessor.mermaid] |
| 27 | command = "cargo run --quiet --manifest-path ./mdbook-openvmm-shim/Cargo.toml mdbook-mermaid" |
| 28 | |