https://github.com/errbit/errbit-docs
Generates docs for errbit.com
https://github.com/errbit/errbit-docs
Last synced: 12 months ago
JSON representation
Generates docs for errbit.com
- Host: GitHub
- URL: https://github.com/errbit/errbit-docs
- Owner: errbit
- Created: 2017-01-24T03:04:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T08:08:50.000Z (almost 3 years ago)
- Last Synced: 2025-04-03T00:32:23.548Z (about 1 year ago)
- Language: Ruby
- Size: 1.42 MB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
git clone git@github.com:errbit/errbit.git
git clone git@github.com:errbit/errbit-docs.git
cd errbit-docs
bundle install
ERRBIT_PATH=../errbit bundle exec jekyll serve
```