# ion-docs **Repository Path**: mirrors_amzn/ion-docs ## Basic Information - **Project Name**: ion-docs - **Description**: Source for the GitHub Pages for Ion. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.