jcsherin commented on issue #16840: URL: https://github.com/apache/datafusion/issues/16840#issuecomment-3101422403
@Adez017 Thank you. These are the command I used. To generate rust docs (same as `ci/scripts/rust_docs.sh`): ```text $ RUSTDOCFLAGS="-D warnings" cargo doc --document-private-items --no-deps --workspace ``` To generate a markdown report of broken links using `lychee`: ```text $fd -e html -e txt -e md . target/doc | xargs lychee --github-token "$GITHUB_TOKEN" --format markdown > lychee_report.md ``` The `$GITHUB_TOKEN` is necessary to prevent HTTP 429 (too many requests) when checking github urls. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org