sigstore / sigstore-rs

An experimental Rust crate for sigstore
https://sigstore.github.io/sigstore-rs/sigstore/
Apache License 2.0
164 stars 51 forks source link

fix docs #366

Closed flavio closed 4 months ago

flavio commented 4 months ago

When building the docs, provide additional information about which feature makes a module/struct/function/method available.

Fix some warnings returned by cargo doc. The warnings were caused by broken internal references.

Finally, build the documentation as part of PRs. Fail when something wrong is found while building the docs.