Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Latest commit

 

History

History
44 lines (31 loc) · 967 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 967 Bytes

Unide Documentation

Source code of doc.unide.co, powered by middleman, okdoc and docker.

Generate the documentation

Here is how to build the doc locally.

$ # Download necessary tools
$ (sudo) pip install okdoc
$ git clone https://github.com/hivetech/doc && cd doc
$ # Build the website from markdown files
$ okdoc build --to unide-doc --from .

$ # Build the middleman app
$ cd unide-doc &&\
  bundle install && \
  bundle exec middleman server

$ firefox http://localhost:4567

Or use docker.

$ git clone https://github.com/hivetech/doc && cd doc
$ docker build --rm -t awesome/doc .
$ docker run -d --name doc -p 4567 awesome/doc

Licence

Copyright 2014 Hive Tech S.A.S.

This documentation is available under the MIT License.