mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 01:05:31 +00:00
Revert "Manual: automated link checking using mdbook-linkcheck (#61)"
This reverts commit fc1774a8ad
.
This commit is contained in:
parent
fc1774a8ad
commit
3b9ee1ad48
2 changed files with 0 additions and 10 deletions
|
@ -5,8 +5,6 @@ env:
|
|||
|
||||
before_script:
|
||||
- rustup component add rustfmt
|
||||
- if [[ -n "$BUILD_DOCS" ]]; then (cargo install mdbook --force || true); fi
|
||||
- if [[ -n "$BUILD_DOCS" ]]; then (cargo install mdbook-linkcheck --force || true); fi
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
|
|
@ -11,11 +11,3 @@ create-missing = false
|
|||
[output.html]
|
||||
git-repository-url = "https://github.com/async-rs/async-std"
|
||||
git-repository-icon = "fa-github"
|
||||
|
||||
[output.linkcheck]
|
||||
# Should we check links on the internet? Enabling this option adds a
|
||||
# non-negligible performance impact
|
||||
follow-web-links = false
|
||||
# Are we allowed to link to files outside of the book's root directory? This
|
||||
# may help prevent linking to sensitive files (e.g. "../../../../etc/shadow")
|
||||
traverse-parent-directories = false
|
||||
|
|
Loading…
Reference in a new issue