aptos-core
aptos-core copied to clipboard
Test rustdoc ouput for potential use (DO NOT MERGE)
Description
Using cargo doc to generate rustdoc output for the Rust SDK in aptos-core/sdk
Test Plan
Will need to be prepared and staged per: https://dev.to/deciduously/prepare-your-rust-api-docs-for-github-pages-2n5i
Using: https://github.com/diem/diem/blob/b4699202fb7b48874d974c99628c8f277cc98189/developers.diem.com/scripts/build_docs.sh#L84-L105
Thanks to @gregnazario for his help preparing and @geekflyer for evaluating.
Hi team,
What do you think of proceeding with this?
Hi team,
What do you think of proceeding with this?
Related, I am noting @wrwg has impressively enabled Move auto-gen docs in: https://github.com/aptos-labs/aptos-core/pull/5187