brucepc / documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SumUp documentation site

Generates documentation about SumUp APIs. The content is published as Github page site - http://docs.sumup.com

Getting started

Dependencies

The build dependencies are Nodejs, Ruby, jekyll and gulp

  • install gems
    bundle install
    
  • install node packages
    npm install
    

Build Tasks

  • To generate all the articles run
    gulp docs:docs
    
  • To generates APIs documentation
    gulp docs:apis
    

Preview the generated content locally

gulp serve:dev

Publish the generated content

gulp deploy

About


Languages

Language:HTML 88.2%Language:CSS 10.3%Language:JavaScript 1.3%Language:Ruby 0.2%Language:Shell 0.1%