View the site here
The source files for the site are in docs/src/
The site utilizes mdbook to build the site.
To build the site, you must be in the docs/
directory, and then run mdbook build
.
The site will be in docs/book
.
To test the site, run mdbook serve
in the docs/
directory and go to http://localhost:3000