This is the repository for the official documentation of IgKnite. Read about all-things IgKnite by clicking here!
Building this documentation from thin air requires the mdbook (Rust) package.
# Install it globally using cargo.
$ cargo install mdbook --vers [version-num]
To build the documentation, type:
$ mdbook build
The rendered copy will be located in the book
subdirectory.