adbook
is a tool for building book-like web pages
The name came from mdBook.
A demo site is avaiable here.
The source files of the demo is here.
After installing Rust, adbook
is avaiable via crates.io:
sh
$ cargo install adbook # -> `$HOME/.cargo/bin`
Make sure
$HOME/.cargo/bin
is added to yourPATH
You need Ruby and some package manager. I'd recommend RVM.
asciidoctor and asciidoctor-diagram can be installed as gems:
sh
$ rvm install asciidoctor
$ rvm install asciidoctor-diagram