You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the documentation is only generated for configuration parameters, and done very inefficiently.
It's possible to generate the docs as we do right now using cargo doc which would avoid having to compile and link the entirety of Iroha, just to generate the documentation.
The text was updated successfully, but these errors were encountered:
I think the best way is to publish static website with GitHub Pages for docs for dev branch. For releases we will just publish the crate with cargo publish then the docs will be automatically available at docs.rs
Right now the documentation is only generated for configuration parameters, and done very inefficiently.
It's possible to generate the docs as we do right now using
cargo doc
which would avoid having to compile and link the entirety of Iroha, just to generate the documentation.The text was updated successfully, but these errors were encountered: