API Docs
Use rustdoc for Rust API surface.
Local build
nix develop .#docs -c cargo doc --workspace --no-deps
Open output:
xdg-open target/doc/index.html
Publishing model
Recommended split:
- mdBook / Cloudflare Pages — AKS + Archkit docs site
- rustdoc — API reference artifact
Link strategy
Link from this book to hosted rustdoc once publish target exists. Until then, treat rustdoc as local or CI artifact.