microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
a5b15ac7abe06cf4d6b6a2017551567eb1d72fce

Branches

Tags

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

Clone

HTTPS

Download ZIP

Guide/book.toml

27lines · 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}"
17additional-css = ["mdbook-admonish.css"]
18additional-js = ["mermaid.min.js", "mermaid-init.js"]
19
20[preprocessor]
21
22[preprocessor.admonish]
23command = "cargo run --quiet --manifest-path ./mdbook-openvmm-shim/Cargo.toml mdbook-admonish"
24assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
25
26[preprocessor.mermaid]
27command = "cargo run --quiet --manifest-path ./mdbook-openvmm-shim/Cargo.toml mdbook-mermaid"
28