microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
main

Branches

Tags

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

Clone

HTTPS

Download ZIP

Guide/book.toml

26lines · modecode

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