Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 527 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 527 Bytes

Documentation Site for Errbit

This project builds documentation for Errbit by checking out all prior released versions of Errbit from Git (plus master) and processing the docs folder for each one into its own section.

Building

In order to build the docs, you need Errbit itself cloned in another location. You can follow along like this:

git clone [email protected]:errbit/errbit.git
git clone [email protected]:errbit/errbit-docs.git
cd errbit-docs
bundle install
ERRBIT_PATH=../errbit bundle exec jekyll serve