microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
Guide/book.toml
15lines · modecode
| 1 | # Copyright (C) Microsoft Corporation. All rights reserved. |
| 2 | |
| 3 | [book] |
| 4 | language = "en" |
| 5 | multilingual = false |
| 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 | |