Skip to content

notihub-io/notihub-docs

Repository files navigation

notihub-docs

API Notihub Documentation Generator (based on slate)

Prerequisites

You're going to need:

  • Linux or macOS — Windows may work, but is unsupported.
  • Docker or:
  • 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.

Getting Started

  1. Initialize and start Slate. You can either do this locally, or with Vagrant:
# Run this to run locally
bundle install
bundle exec middleman server

You can now see the docs at http://localhost:4567. Whoa! That was fast!

Now Slate is all set up on your machine, you'll probably want to learn more about editing Slate markdown, or how to publish your docs.

If you'd prefer to use Docker, instructions are available in the wiki.

Deploy

  • Commit and Push your changes.
  • Run following command
./deploy.sh

About

API Notihub Documentation Generator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published