https://github.com/avaprotocol/oak-docs
Documentation website for users, collators and developers of OAK Network and Turing Network
https://github.com/avaprotocol/oak-docs
documentation polkadot substrate xcm
Last synced: about 1 year ago
JSON representation
Documentation website for users, collators and developers of OAK Network and Turing Network
- Host: GitHub
- URL: https://github.com/avaprotocol/oak-docs
- Owner: AvaProtocol
- Created: 2021-04-05T23:58:10.000Z (about 5 years ago)
- Default Branch: staging
- Last Pushed: 2024-08-26T04:27:30.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T17:32:00.994Z (over 1 year ago)
- Topics: documentation, polkadot, substrate, xcm
- Language: SCSS
- Homepage: https://docs.oak.tech/
- Size: 45.8 MB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ava Protocol Documentation
This site was developed by [Ava Protocol](https://avaprotocol.org).
## Installation
Install the dependencies with [Bundler](http://bundler.io/):
```bash
bundle install
```
Run the following to generate your site:
```bash
bundle exec jekyll serve
```
To upload a Jekyll site to a AWS S3, run the build command and copy the contents of the generated **_site** folder to the root folder of your hosting account. The `jekyll.environment == 'production'` flag will enable Google Analytics and page comments(currently not used)
```bash
JEKYLL_ENV=production jekyll build
```
You can find more on [Deployment Methods](https://jekyllrb.com/docs/deployment-methods/) page on Jekyll website.