Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://amzn.github.io/ion-docs/

Source for the GitHub Pages for Ion.
https://amzn.github.io/ion-docs/

Last synced: 1 day ago
JSON representation

Source for the GitHub Pages for Ion.

Awesome Lists containing this project

README

        

# 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](https://www.ruby-lang.org/en/documentation/installation/),
[Bundler](https://bundler.io/), [mdbook](https://rust-lang.github.io/mdBook/guide/installation.html),
and [mdbook-alerts](https://crates.io/crates/mdbook-alerts#user-content-usage) installed.

In the project root directory, run:
```shell
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](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll) on GitHub.