Skip to content

Beautiful static documentation for your API

License

Notifications You must be signed in to change notification settings

TeacherGaming/slate

 
 

Repository files navigation

TeacherGaming Slate

This site is running at teachergaming.github.io/slate/

Getting Started with Slate

Prerequisites

You're going to need:

  • Linux or OS X — Windows may work, but is unsupported.
  • Ruby, version 2.2.5 or newer
  • Bundler — If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal.

Getting Set Up

  1. Clone this repository.
  2. Go to cloned folder.
  3. Initialize and start Slate. You can either do this locally, or with Vagrant:
# 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. Whoa! That was fast!

Creating changes

Pages are being included from source/index.html.md. All editable files are in source/includes folder.

Publishing changes

After all is fine in the main branch, run ./deploy.sh

More information

About

Beautiful static documentation for your API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.4%
  • CSS 6.6%
  • Shell 1.3%
  • Other 1.7%