Apache marvin

Clone this repo:
  1. 33215b4 Readthedocs documentation added by Sette · 4 years, 2 months ago master
  2. 15c5f66 Merge branch 'pr/8' into develop by Wei Chen · 4 years, 10 months ago develop
  3. 8ad6613 Update documentation by labpc · 4 years, 10 months ago
  4. 3361de6 Merge pull request #7 from Wei-1/master by Yifei Zhang · 5 years ago
  5. 6cb3d13 news-link-update by Wei Chen · 5 years ago

Apache Marvin-AI

This project is the document and website of Apache Marvin-AI.

This template was generated using Jekyll, based on Apache Website Template

How to setup the web site locally

Setup

1. cd site
3. sudo apt-get install rubygems ruby2.1-dev zlib1g-dev
4. sudo gem install bundler github-pages jekyll
5. bundle install

Running locally

Before opening a pull request, you can preview your contributions by running from within the directory:

1. bundle exec jekyll serve
2. Open [http://localhost:4000](http://localhost:4000)

Content Auto-Generation

After running the command bundle exec jekyll serve, website will be generated in the content folder automatically.

Corresponding Setting in Jekyll Configuration!

Adding contributors

To add a contributor to the project, or to modify existing contributors, edit site/_data/contributors.yml. The project members list will re-generate.

Contribute to Website

To help on this repository, please submit Pull Request to develop branch first!