adbook

adbook is a tool for building book-like web pages

The name came from mdbook, which was inspired by GitBook.

Demo

A demo site is avaiable here.

The source files of the demo is here.

Installation

Rust & adbook

After installing Rust, adbook is avaiable via crates.io:

sh $ cargo install adbook # -> `$HOME/.cargo/bin`

Be sure to set your PATH to $HOME/.cargo/bin

Ruby & Asciidoctor

You need Ruby and some package manager. I recommend RVM for its speed.

asciidoctor and asciidoctor-diagram can be installed as gems:

sh $ rvm install asciidoctor $ rvm install asciidoctor-diagram