/battlesnake-docs

Battlesnake documentation and knowledge base.

Primary LanguageRubyMIT LicenseMIT

Documentation

Available at https://docs.battlesnake.com

Running Jekyll Locally

Jekyll builds the docs pages from the .md files in this repo.
To get a local preview before making a pull request, run it locally on your machine:

  1. Get a running ruby environment
    https://jekyllrb.com/docs/installation/
  2. Clone this repo
git clone https://github.com/battlesnakeio/docs
  1. Install and run
cd docs/docs
bundle install
bundle exec jekyll serve
  1. View it at http://localhost:4000