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