/documentation_old

Skafos platform documentation: https://docs.skafos.ai

Primary LanguageRuby

Skafos Platform Documentation

Our docs are hosted on Github Pages and use jekyll for builds.

To run locally

  1. Clone this repo
  2. Make sure you've installed Jekyll and Bundler assuming you've also installed Ruby.
  3. Update your bundle based on the Gemfile:
bundle update
  1. Serve up the site on your local host:
jekyll serve