Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 975 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 975 Bytes

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, 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.