microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
Guide/book.toml
16lines · 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}" |