adbook 0.1.10

Creates a book from AsciiDoc files
Documentation

adbook

adbook is a tool for building book-like web pages

The name came from mdBook.

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:

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

Make sure $HOME/.cargo/bin is added to your PATH

Ruby, Asciidoctor and Asciidoctor extensions

You need Ruby and some package manager. I'd recommend RVM.

asciidoctor and asciidoctor-diagram can be installed as gems:

$ gem install asciidoctor
$ gem install asciidoctor-diagram