initial commit

Signed-off-by: Alex Chi <iskyzh@gmail.com>
This commit is contained in:
Alex Chi
2022-12-23 14:29:32 -05:00
commit 68303e99b8
17 changed files with 849 additions and 0 deletions

1
mini-lsm-book/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
book

10
mini-lsm-book/book.toml Normal file
View File

@@ -0,0 +1,10 @@
[book]
authors = ["Alex Chi"]
language = "en"
multilingual = false
src = "src"
title = "LSM in a Week"
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]

View File

@@ -0,0 +1,3 @@
# Summary
- [Chapter 1](./chapter_1.md)

View File

@@ -0,0 +1 @@
# Chapter 1