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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to