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

hivetech/doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Unide and related projects documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages