This is the Linode developer portal. It's a jekyll site hosted on GitHub Pages. Included here are:
- API documentation
- API guides
- API libraries
Feedback on our API, including feature requests and bug reports, may be submitted as GitHub issues on this repository.
This repository uses git submodules. Use a recursive clone:
git clone --recursive https://github.com/Linode/developers.git
If you already cloned, but missed this step, try this:
git submodule update --init
We use GitHub pages. For information about running sites made with GitHub pages, see GitHub's docs. tl;dr:
gem install github-pages
jekyll serve --watch
# Navigate to http://localhost:4000
Fork this repository and send a pull request, simple as that.