File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 5
5
6
6
before_script :
7
7
- rustup component add rustfmt
8
+ - if [[ -n "$BUILD_DOCS" ]]; then (cargo install mdbook --force || true); fi
9
+ - if [[ -n "$BUILD_DOCS" ]]; then (cargo install mdbook-linkcheck --force || true); fi
8
10
9
11
matrix :
10
12
fast_finish : true
Original file line number Diff line number Diff line change @@ -11,3 +11,11 @@ create-missing = false
11
11
[output .html ]
12
12
git-repository-url = " https://github.com/async-rs/async-std"
13
13
git-repository-icon = " fa-github"
14
+
15
+ [output .linkcheck ]
16
+ # Should we check links on the internet? Enabling this option adds a
17
+ # non-negligible performance impact
18
+ follow-web-links = false
19
+ # Are we allowed to link to files outside of the book's root directory? This
20
+ # may help prevent linking to sensitive files (e.g. "../../../../etc/shadow")
21
+ traverse-parent-directories = false
You can’t perform that action at this time.
0 commit comments