Skip to content

stroupjason/docs

 
 

Repository files navigation

Accelo API Documentation

Powering the documentation at api.accelo.com/docs/

Getting Started

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.

Running Preview

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

# OR run this to run with vagrant
vagrant up

You can now see the docs at http://localhost:4567.

Note on JavaScript Runtime

For those who don't have JavaScript runtime or are experiencing JavaScript runtime issues with ExecJS, it is recommended to add the rubyracer gem to your gemfile and run bundle again.

Need help?

To report problems or ask questions please post to our development forum and someone will be happy to help 😃

If you see issues or would like to make an improvement in the documentation please don't hesitate to contribute with a pull request.

Special Thanks

  • A big thanks to all the contributors and maintainers of Slate ❤️ ; and
  • Even bigger thanks to Matthew H - the primary author of these docs! 🎉

Maintenance

Upgrading Slate

To upgrade slate, please merge the upstream master into a new branch off of master. As this process may result in conflicts and breaking changes, it should go through the usual pull request process before being deployed on master.

git checkout master
git checkout -b slate-upgrade
git fetch upstream
git merge upstream/master

About

Accelo API Documentation

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.3%
  • CSS 8.0%
  • Ruby 1.9%
  • Shell 1.5%
  • HTML 1.3%