added book
This commit is contained in:
parent
5b17708306
commit
2066b99147
6 changed files with 15 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,7 +2,8 @@
|
|||
.direnv
|
||||
result
|
||||
test_data/
|
||||
output_directory/
|
||||
output_directory/
|
||||
docs/book/
|
||||
# Added by cargo
|
||||
#
|
||||
# already existing elements were commented out
|
||||
|
|
|
|||
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
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
rust-analyzer
|
||||
xz
|
||||
pkg-config
|
||||
mdbook
|
||||
];
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue