Sileo Developer Documentation

The website for Sileo developer docs, available at developer.getsileo.app. Changes to the master branch are automatically published to the production website.

Contributing

Local setup

  1. sudo gem install bundler jekyll
  2. bundle install
  3. bundle exec jekyll serve

Submitting changes

To edit the documentation, find the corresponding file in _docs/ and modify as you wish. Commit the changes and open a PR on GitHub.

Before submitting any changes, please test them locally as the master branch is automatically deployed to production.