mirror of
https://github.com/microsoft/RustTraining.git
synced 2026-05-06 22:19:34 -04:00
22 lines
433 B
TOML
22 lines
433 B
TOML
[book]
|
|
title = "Rust for C/C++ Programmers"
|
|
authors = ["Rust Training Team"]
|
|
language = "en"
|
|
src = "src"
|
|
|
|
[build]
|
|
build-dir = "book"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/microsoft/RustTraining"
|
|
default-theme = "light"
|
|
preferred-dark-theme = "ayu"
|
|
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
|
|
|
[preprocessor.mermaid]
|
|
command = "mdbook-mermaid"
|
|
|
|
[output.html.playground]
|
|
editable = true
|
|
line-numbers = true
|