11 lines
166 B
TOML
11 lines
166 B
TOML
[book]
|
|
authors = ["Alex Chi"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "LSM in a Week"
|
|
|
|
[preprocessor.toc]
|
|
command = "mdbook-toc"
|
|
renderer = ["html"]
|