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