Skip to content

getslideapp/slate

 
 

Repository files navigation

Docs

If you'd like to check out what Slate is capable of, take a look at the sample docs

Getting Started with Slate

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.

Starting the Server

Locally

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

# OR run this to run with vagrant
vagrant up

Using docker

docker-compose up

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

Editing the Documents

You can edit the documents by editing the following file: source/index/html.md

Deployment

Run the following command to push the changes to https://docs.getslideapp.com/.

./deploy.sh

About

Beautiful static documentation for Slide APIs

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.0%
  • CSS 8.0%
  • Ruby 1.9%
  • Shell 1.8%
  • HTML 1.2%
  • Dockerfile 0.1%