Skip to content

planet-os/docs

Repository files navigation

Planet OS Product Guide

Planet OS team is happy to collaborate with our Community on improving API and Platform documentation. If you found a mistake, a missing detail or unclear statement, please, submit an Issue or make a Pull Request. Planet OS developers are also using Issues to work on upcoming API and Platform features, so Community can follow progress and see what's coming next.

Planet OS Product Guide - Local Build Env

To build your local PlanetOS documentation server you need to

  1. clone this repo:
git clone https://github.com/planet-os/docs
  1. Have installed bundler (if you don't have it run sudo gem install bundler)
# enter cloned repo e.g.
cd docs

# either run this to run locally
bundler install
bundler exec middleman server

# OR run those commands within your vagrant
vagrant up
  1. Enjoy your Planet OS Product Guide server at http://localhost:4567.

This documentation project is based on Slate.