microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
33ca1878cd64b9395e69c9032d8f3cb59168d45b

Branches

Tags

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

Clone

HTTPS

Download ZIP

Guide/book.toml

27lines · modepreview

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

[book]
language = "en"
multilingual = false
src = "src"
title = "The OpenVMM Guide"

[build]
create-missing = false

[output.html]
git-repository-url = "https://github.com/microsoft/OpenVMM"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/microsoft/OpenVMM/edit/main/Guide/{path}"
additional-css = ["mdbook-admonish.css"]
additional-js = ["mermaid.min.js", "mermaid-init.js"]

[preprocessor]

[preprocessor.admonish]
command = "cargo run --quiet --manifest-path ./mdbook-openvmm-shim/Cargo.toml mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`

[preprocessor.mermaid]
command = "cargo run --quiet --manifest-path ./mdbook-openvmm-shim/Cargo.toml mdbook-mermaid"