Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mateusw3c/api-docs

 
 

Repository files navigation

Transferwise API documentation

Live version of the docs is here.

All contributions are welcome and encouraged!

This project is forked from Slate.

How to edit the docs?

  1. Run the project locally
  2. Do your changes (most of the text is in /source/includes folder). Learn more about editing Slate markdown
  3. Create a pull request.

Your changes will be deployed automatically when merged to master.

For more detailed guides etc go to Slate documentation.

Run the project locally

Prerequisites

You're going to need:

  • Linux or macOS — Windows may work, but is unsupported.
  • Ruby, version 2.3.1 or newer
  • Bundler — If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal.

Getting Set Up

  1. Clone the repository and switch to the folder (cd api-docs)
  2. Initialize and start Slate:
bundle install
bundle exec middleman server

You can now see the docs at http://localhost:4567. Whoa! That was fast!

You can also do it with with Vagrant, read more from Slate docs

If you are running on Ubuntu you might need to install Ruby and build tools before running bundle install:

sudo apt-get install ruby-full build-essential liblzma-dev patch ruby-dev zlib1g-dev

About

Transferwise API documentation

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.9%
  • CSS 11.3%
  • Ruby 1.8%
  • HTML 1.5%
  • Shell 1.5%