Closed leoyvens closed 5 years ago
Can be built locally by running cargo install mdbook and then mdbook build inside specs.
cargo install mdbook
mdbook build
specs
To continuously deploy the book, someone with the appropriate GitHub and Travis permissions needs to follow this https://rust-lang-nursery.github.io/mdBook/continuous-integration.html.
Nice! Tried it locally without any problems. Once merged, I can set up GitHub pages for this.
@Jannis awesome!
Can be built locally by running
cargo install mdbook
and thenmdbook build
insidespecs
.To continuously deploy the book, someone with the appropriate GitHub and Travis permissions needs to follow this https://rust-lang-nursery.github.io/mdBook/continuous-integration.html.