◐ Shell
clean mode source ↗

GitHub - roapi/docs: ROAPI user documentation

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

  1. Fork this repository

  2. Clone in your local machine

$ git clone https://github.com/<your user name>/docs.git
  1. Build

You can use watch instead.

It's useful to open and watch the rendered book on every file change.