11 lines
165 B
TOML
Vendored
11 lines
165 B
TOML
Vendored
[book]
|
|
authors = ["Author Name"]
|
|
language = "en"
|
|
src = "src"
|
|
title = "mdBook Title"
|
|
|
|
[build]
|
|
build-dir = "path/to/static/doc"
|
|
|
|
[output.html]
|
|
theme = "path/to/theme"
|