Bitpaper's public REST API docs, built using Slate.
Ensure you have all system dependencies installed, clone this repository, cd into it and then:
$ gem update --system
$ gem install bundler
$ bundle install
bundle exec middleman server
# then visit http://192.168.10.1:4567
Simply edit src/index.html.md
.
More info on Slate's homepage.
Some sections are includes
found in src/includes/
# Build docs
$ bundle exec middleman build
# Push to main branch:
$ git add --all
$ git commit -am"Added POST/ user"
$ git push origin main
Pushing to main
branch automatically deploys on Heroku as
bitpaper-api-docs,
which is publicly accessible at https://developers.bitpaper.io
Bitpaper LTD