Skip to content

amazon-ion/ion-docs

ion-docs

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.

Development

To test locally, you must have Ruby and Bundler 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.