microsoft/openvmm

Public

mirrored fromhttps://github.com/microsoft/openvmmAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
f04cd4aa22bccbc47d27ddc5a95197bf88d3b54a

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Guide/book.toml

16lines · modecode

1# Copyright (c) Microsoft Corporation.
2# Licensed under the MIT License.
3
4[book]
5language = "en"
6multilingual = false
7src = "src"
8title = "The OpenVMM Guide"
9
10[build]
11create-missing = false
12
13[output.html]
14git-repository-url = "https://github.com/microsoft/OpenVMM"
15git-repository-icon = "fa-github"
16edit-url-template = "https://github.com/microsoft/OpenVMM/edit/main/Guide/{path}"