The official ROAPI website based on mdBook.
Install mdbook and open-on-gh
$ cargo install mdbook
$ cargo install mdbook-open-on-gh-
Fork this repository
-
Clone in your local machine
$ git clone https://github.com/<your user name>/docs.git- Build
$ mdbook buildYou can use watch instead.
$ mdbook watch --openIt's useful to open and watch the rendered book on every file change.