adbook
is a tool for building book-like web pages
The name came from mdbook, which was inspired by GitBook.
Demo site is avaiable here.
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
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