added book
This commit is contained in:
parent
5b17708306
commit
2066b99147
6 changed files with 15 additions and 2 deletions
6
docs/book.toml
Normal file
6
docs/book.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[book]
|
||||
authors = ["specCon18"]
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "src"
|
||||
title = "sk_extract"
|
||||
4
docs/src/SUMMARY.md
Normal file
4
docs/src/SUMMARY.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Summary
|
||||
|
||||
- [CLI](./chapter_1.md)
|
||||
- [Library](./chapter_2.md)
|
||||
1
docs/src/chapter_1.md
Normal file
1
docs/src/chapter_1.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# CLI
|
||||
1
docs/src/chapter_2.md
Normal file
1
docs/src/chapter_2.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Library
|
||||
Loading…
Add table
Add a link
Reference in a new issue