adbook
is a tool for building book-like web pages
The name came from mdbook, which was inspired by GitBook.
You need adbook
, asciidoctor and asciidoctor-diagram.
sh
$ cargo install adbook # -> `$HOME/.cargo/bin`
If you have RVM in your computer:
sh
$ rvm install asciidoctor
$ rvm install asciidoctor-diagram
I recommand RVM because commands installed with
gem
are somehow slow (at least on macOS).