8 lines
121 B
TOML
8 lines
121 B
TOML
[book]
|
|
authors = ["Author Name"]
|
|
language = "en"
|
|
src = "src"
|
|
title = "mdBook Title"
|
|
|
|
[build]
|
|
build-dir = "../static/doc"
|