15 lines
272 B
TOML
15 lines
272 B
TOML
[book]
|
|
authors = ["Alex Chi Z"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "LSM in a Week"
|
|
|
|
[preprocessor.toc]
|
|
command = "mdbook-toc"
|
|
renderer = ["html"]
|
|
|
|
[output.html]
|
|
additional-css = ["custom.css"]
|
|
git-repository-url = "https://github.com/skyzh/mini-lsm"
|