Files
mini_lsm/mini-lsm-book/book.toml
Alex Chi Z 75d85f4b45 migrate to v2 tutorial
Signed-off-by: Alex Chi Z <iskyzh@gmail.com>
2024-01-19 12:09:44 +08:00

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"