You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marvin.apache.org by yi...@apache.org on 2019/01/07 11:27:40 UTC

[incubator-marvin-website] 01/01: Merge pull request #4 from Wei-1/master

This is an automated email from the ASF dual-hosted git repository.

yifeizhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-marvin-website.git

commit cef6b3621b11534bc46156115a71092c7d92eeeb
Merge: d6f28d0 5547486
Author: Yifei Zhang <yi...@gmail.com>
AuthorDate: Mon Jan 7 09:27:35 2019 -0200

    Merge pull request #4 from Wei-1/master
    
    [MARVIN-23] Website Content Generation Fix

 README.md                                          |    7 +
 content/_includes/themes/apache/page.html          |   10 -
 content/_posts/2015-09-25-release-0.1.0.md         |   31 -
 content/_posts/2015-11-08-new-committers.md        |   31 -
 content/_posts/2015-11-10-release-0.2.0.md         |   34 -
 content/community-members/index.html               |  208 +
 content/community/index.html                       |  186 +
 content/css/main.css                               |  457 +
 content/download.md                                |   78 -
 content/feed.xml                                   |   30 -
 content/history.md                                 |   50 -
 content/index.html                                 |  196 +
 content/marvin-platform-book/README/index.html     |  144 +
 content/marvin-platform-book/SUMMARY/index.html    |  202 +
 .../ch1_main_components/artefacts/index.html       |  144 +
 .../ch1_main_components/dasfe/index.html           |  151 +
 .../ch1_main_components/engine/index.html          |  144 +
 .../ch1_main_components/engine_executor/index.html |  144 +
 .../ch1_main_components/notebook/index.html        |  144 +
 .../ch1_main_components/overview/index.html        |  151 +
 .../ch1_main_components/toolbox/index.html         |  145 +
 .../ch2_toolbox_installation/docker/index.html     |  142 +
 .../ch2_toolbox_installation/mac/index.html        |  206 +
 .../ch2_toolbox_installation/overview/index.html   |  149 +
 .../ch2_toolbox_installation/ubuntu/index.html     |  205 +
 .../ch2_toolbox_installation/vagrant/index.html    |  174 +
 .../ch3_get_started/create_engine/index.html       |  173 +
 .../ch3_get_started/engine_examples/index.html     |  167 +
 .../ch3_get_started/existent_engine/index.html     |  169 +
 .../ch3_get_started/iris_engine/index.html         |  221 +
 .../ch3_get_started/mnist_engine/index.html        |  144 +
 .../ch3_get_started/overview/index.html            |  147 +
 .../ch3_get_started/sms_engine/index.html          |  303 +
 .../ch4_documentation/engine_cli/index.html        |  174 +
 .../ch4_documentation/generic_rest_api/index.html  |  144 +
 .../ch4_documentation/overview/index.html          |  149 +
 .../ch4_documentation/setting_params/index.html    |  169 +
 .../ch4_documentation/toolbox_cli/index.html       |  174 +
 .../toolbox_common_lib/index.html                  |  144 +
 .../ch5_deploying/deploying/index.html             |  144 +
 .../ch5_deploying/overview/index.html              |  146 +
 .../ch6_platform_architecture/overview/index.html  |  142 +
 .../ch7_community/community/index.html             |  148 +
 .../ch7_community/overview/index.html              |  148 +
 .../ch8_versions/overview/index.html               |  142 +
 .../08/27/Marvin-AI-in-ASF-incubator/index.html    |  167 +
 .../05/Marvin-AI-website-initialization/index.html |  171 +
 content/news/index.html                            |  150 +
 {content => site}/.gitignore                       |    0
 {content => site}/Gemfile                          |    0
 {content => site}/_config.yml                      |    2 +-
 {content => site}/_data/contributors.yml           |    0
 {content => site}/_data/project.yml                |    0
 {content => site}/_includes/JB/analytics           |    0
 .../_includes/JB/analytics-providers/getclicky     |    0
 .../JB/analytics-providers/google-classic          |    0
 .../JB/analytics-providers/google-universal        |    0
 .../_includes/JB/analytics-providers/mixpanel      |    0
 .../_includes/JB/analytics-providers/piwik         |    0
 {content => site}/_includes/JB/categories_list     |    0
 {content => site}/_includes/JB/comments            |    0
 .../_includes/JB/comments-providers/disqus         |    0
 .../_includes/JB/comments-providers/facebook       |    0
 .../_includes/JB/comments-providers/intensedebate  |    0
 .../_includes/JB/comments-providers/livefyre       |    0
 {content => site}/_includes/JB/liquid_raw          |    0
 {content => site}/_includes/JB/pages_list          |    0
 {content => site}/_includes/JB/posts_collate       |    0
 {content => site}/_includes/JB/setup               |    0
 {content => site}/_includes/JB/sharing             |    0
 {content => site}/_includes/JB/tags_list           |    0
 .../_includes/themes/apache/_navigation.html       |    3 +-
 .../_includes/themes/apache/default.html           |    1 -
 .../_includes/themes/apache/footer.html            |    0
 site/_includes/themes/apache/page.html             |    6 +
 .../_includes/themes/apache/post.html              |    7 -
 .../_includes/themes/apache/settings.yml           |    0
 {content => site}/_layouts/default.html            |    0
 {content => site}/_layouts/page.html               |    0
 {content => site}/_layouts/post.html               |    0
 .../2018-08-27-Marvin-AI-in-ASF-incubator.md       |   18 +-
 .../2019-01-05-Marvin-AI-website-initialization.md |   22 +-
 {content => site}/_sass/_base.scss                 |    0
 {content => site}/_sass/_layout.scss               |    0
 {content => site}/_sass/_syntax-highlighting.scss  |    0
 .../apache/bootstrap/css/bootstrap-theme.css       |  459 +
 .../apache/bootstrap/css/bootstrap-theme.min.css   |    9 +
 .../themes/apache/bootstrap/css/bootstrap.css      | 7100 +++++++++++++++
 .../fonts/glyphicons-halflings-regular.eot         |  Bin 0 -> 20290 bytes
 .../fonts/glyphicons-halflings-regular.svg         |  229 +
 .../fonts/glyphicons-halflings-regular.ttf         |  Bin 0 -> 41236 bytes
 .../fonts/glyphicons-halflings-regular.woff        |  Bin 0 -> 23292 bytes
 .../bootstrap/img/glyphicons-halflings-white.png   |  Bin 0 -> 8777 bytes
 .../apache/bootstrap/img/glyphicons-halflings.png  |  Bin 0 -> 12799 bytes
 .../assets/themes/apache/bootstrap/js/bootstrap.js | 2002 +++++
 .../themes/apache/bootstrap/js/bootstrap.min.js    |    9 +
 site/assets/themes/apache/css/style.css            |  357 +
 site/assets/themes/apache/css/syntax.css           |   60 +
 site/assets/themes/apache/img/body-bg.jpg          |  Bin 0 -> 3188 bytes
 .../img/docs-img/lens-interpreter-binding.png      |  Bin 0 -> 78255 bytes
 .../img/docs-img/lens-interpreter-setting.png      |  Bin 0 -> 73297 bytes
 .../themes/apache/img/docs-img/lens-logo.png       |  Bin 0 -> 223040 bytes
 .../themes/apache/img/docs-img/lens-result.png     |  Bin 0 -> 57509 bytes
 .../themes/apache/img/docs-img/lens-ui-service.png |  Bin 0 -> 87865 bytes
 site/assets/themes/apache/img/egg-logo.png         |  Bin 0 -> 7241 bytes
 site/assets/themes/apache/img/header-bg.jpg        |  Bin 0 -> 10442 bytes
 site/assets/themes/apache/img/highlight-bg.jpg     |  Bin 0 -> 34222 bytes
 site/assets/themes/apache/img/icon.png             |  Bin 0 -> 2759 bytes
 site/assets/themes/apache/img/logo.png             |  Bin 0 -> 6594 bytes
 site/assets/themes/apache/img/logo_white.png       |  Bin 0 -> 5031 bytes
 site/assets/themes/apache/img/sidebar-bg.jpg       |  Bin 0 -> 3200 bytes
 site/assets/themes/apache/jquery/jquery-2.1.1.js   | 9190 ++++++++++++++++++++
 .../themes/apache/jquery/jquery-2.1.1.min.js       |    4 +
 {content => site}/community-members.md             |    4 +-
 {content => site}/community.md                     |    2 -
 {content => site}/css/main.scss                    |    0
 {content => site}/index.md                         |    0
 {content => site}/marvin-platform-book/README.md   |    0
 {content => site}/marvin-platform-book/SUMMARY.md  |    0
 .../ch1_main_components/artefacts.md               |    0
 .../ch1_main_components/dasfe.md                   |    0
 .../ch1_main_components/engine.md                  |    0
 .../ch1_main_components/engine_executor.md         |    0
 .../ch1_main_components/notebook.md                |    0
 .../ch1_main_components/overview.md                |    0
 .../ch1_main_components/toolbox.md                 |    0
 .../ch2_toolbox_installation/docker.md             |    0
 .../ch2_toolbox_installation/mac.md                |    0
 .../ch2_toolbox_installation/overview.md           |    0
 .../ch2_toolbox_installation/ubuntu.md             |    0
 .../ch2_toolbox_installation/vagrant.md            |    0
 .../ch3_get_started/create_engine.md               |    0
 .../ch3_get_started/engine_examples.md             |    0
 .../ch3_get_started/existent_engine.md             |    0
 .../ch3_get_started/iris_engine.md                 |    0
 .../ch3_get_started/mnist_engine.md                |    0
 .../ch3_get_started/overview.md                    |    0
 .../ch3_get_started/sms_engine.md                  |    0
 .../ch4_documentation/engine_cli.md                |    0
 .../ch4_documentation/generic_rest_api.md          |    0
 .../ch4_documentation/overview.md                  |    0
 .../ch4_documentation/setting_params.md            |    0
 .../ch4_documentation/toolbox_cli.md               |    0
 .../ch4_documentation/toolbox_common_lib.md        |    0
 .../ch5_deploying/deploying.md                     |    0
 .../marvin-platform-book/ch5_deploying/overview.md |    0
 .../ch6_platform_architecture/overview.md          |    0
 .../ch7_community/community.md                     |    0
 .../marvin-platform-book/ch7_community/overview.md |    0
 .../marvin-platform-book/ch8_versions/overview.md  |    0
 .../GLOSSARY.md => site/news.md                    |   17 +-
 151 files changed, 26394 insertions(+), 306 deletions(-)