actions and fresh book install
This commit is contained in:
6
book.toml
Normal file
6
book.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[book]
|
||||
authors = ["Carl Fredrik Samson"]
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "src"
|
||||
title = "Futures Explained in 200 Lines of Rust"
|
||||
3
src/SUMMARY.md
Normal file
3
src/SUMMARY.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Summary
|
||||
|
||||
- [Chapter 1](./chapter_1.md)
|
||||
1
src/chapter_1.md
Normal file
1
src/chapter_1.md
Normal file
@@ -0,0 +1 @@
|
||||
# Chapter 1
|
||||
Reference in New Issue
Block a user