polkadot-sdk
polkadot-sdk copied to clipboard
[CI] Generate `README`s from crate docs
Most of our crates have no/outdated/insufficient READMEs on crates-io. Now instead of trying to replicate the crate docs in the README and rust doc, we can used cargo-readme to generate a README file from the crate package doc.
I think we should set up a CI check that verifies that all README files that exist are either auto generated or whitelisted as "manually maintained" in some config file. The second option would only be a intermediate™ solution.
Related or duplicate of #1260 ?
Related or duplicate of #1260 ?
Not quite, we should still do that.