You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ery#712 (maybe?)
- reworked book operations in xtask
- updated readme for new build command
- updated contribution.md for new test commands
- fixed missing dictionary
- added contributor tests to xtask (`cargo test`, `mdbook serve -o`, `./ci/spellcheck.sh`, `link-checker ./book` (moved to Lychee))
- updated ci .sh files for the new cookbook dir
- fixed broken link
The current link-checker used in the project, installed via Pip, throws errors when running the command:
link-checker ./book
Lychee would be a Rust alternative that can be installed via cargo and doesn't require contributors to download unnecessary Python dependencies
Lychee:
cargo install lychee
Example:
lychee ./book
or to prevent ratelimits
lychee ./book --retry-wait-time 20 --max-retries 3
The text was updated successfully, but these errors were encountered: