This repository contains the content behind https://amazon-ion.github.io/ion-docs/, including the Ion specification, documentation, and news. Feel free to ask questions and propose clarifications, and we'll do our best to respond in a timely fashion.
To test locally, you must have Ruby, Bundler, mdbook, and mdbook-alerts installed.
In the project root directory, run:
bundle exec jekyll serve
You can now view the GitHub pages site in your favorite browser, served from your computer.
For full information about testing GitHub pages sites locally, see the official documentation on GitHub.