We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829e8c5 commit 161b5e9Copy full SHA for 161b5e9
CNAME
ci/script.sh
@@ -32,22 +32,6 @@ main() {
32
rustdoc --markdown-css rust.css --markdown-no-toc index.md
33
rustdoc --markdown-css rust.css faq.md
34
35
- # build books
36
- local books=(
37
- book
38
- discovery
39
- embedonomicon
40
- )
41
-
42
- local tmpdir=$(mktemp -d)
43
- for book in "${books[@]}"; do
44
- git clone https://github.com/rust-embedded/$book $tmpdir/$book
45
- ( cd $tmpdir/$book && mdbook build )
46
- mv $tmpdir/$book/book doc/$book
47
- done
48
49
- rm -rf $tmpdir
50
51
# check links
52
# FIXME(rust-lang-nursery/mdbook#789) remove `--ignore-url` when that bug is fixed
53
linkchecker --ignore-url "print.html" doc
0 commit comments