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