Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://amzn.github.io/ion-docs/
- Owner: amazon-ion
- License: apache-2.0
- Created: 2016-04-07T20:37:50.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-11-06T08:28:09.000Z (2 days ago)
- Last Synced: 2024-11-06T09:28:51.578Z (2 days ago)
- Language: JavaScript
- Homepage: https://amazon-ion.github.io/ion-docs/
- Size: 1.59 MB
- Stars: 23
- Watchers: 17
- Forks: 23
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- Changelog: news.md
- License: LICENSE
Awesome Lists containing this project
- awesome-serialization - Ion - Row storage with skip scan parsing. Structed, schema embedded. Amazon. Textual/Binary. (Big Data)
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.