API Notihub Documentation Generator (based on slate)
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 rungem install bundler
in a terminal.
- 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.
- Commit and Push your changes.
- Run following command
./deploy.sh