Add a CI job that generates documentation that we have stored in our project and produces some readable format that can be either downloaded or publish as a web page.
Rust has two types of documentation:
- The API documentation which is something you can read on
creates.io
- A Rust Book for a given project that is a more abstract representation of a project and usually has some guides, tutorials etc
Blocked by:
Add a CI job that generates documentation that we have stored in our project and produces some readable format that can be either downloaded or publish as a web page.
Rust has two types of documentation:
creates.ioBlocked by:
CHANGELOGfile to the documentation of the project #34CHANGELOGis updating in a PR #33CHANGELOGfile #32mdbook#30