/reference

Reference documentation for Rant 4

Primary LanguageCSSMIT LicenseMIT

Rant Reference Documentation

Book

The home of the Rant 4 reference documentation.

Disclaimer: This document is a work-in-progress and is not normative.

Building

Building the reference requires mdbook, which is installed via Cargo with:

cargo install mdbook

Then build the book with:

mdbook build

The built book will be created in a book directory in the project root.