File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 55
66before_script :
77 - 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
810
911matrix :
1012 fast_finish : true
Original file line number Diff line number Diff line change @@ -11,3 +11,11 @@ create-missing = false
1111[output .html ]
1212git-repository-url = " https://github.com/async-rs/async-std"
1313git-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