You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/08/02 17:46:35 UTC

[04/15] incubator-beam-site git commit: Closes #31

Closes #31


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/afccb071
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/afccb071
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/afccb071

Branch: refs/heads/asf-site
Commit: afccb07160b7a277fc96d640efdec80937f5fd7c
Parents: a64faf2 a4ebd22
Author: Dan Halperin <dh...@google.com>
Authored: Tue Aug 2 10:41:05 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Tue Aug 2 10:41:05 2016 -0700

----------------------------------------------------------------------
 Gemfile                                     |   1 +
 README.md                                   |   6 +
 _config.yml                                 |   6 +-
 _includes/head.html                         |   2 +-
 _includes/header.html                       |  65 ++--
 _pages/blog.md                              |  34 --
 _pages/capability-matrix.md                 |  46 ---
 _pages/contribution-guide.md                | 263 --------------
 _pages/issue_tracking.md                    |  13 -
 _pages/mailing_lists.md                     |  47 ---
 _pages/material.md                          |  60 ----
 _pages/presentation_materials.md            |  28 --
 _pages/public-meetings.md                   |  55 ---
 _pages/releases.md                          |  37 --
 _pages/source_repository.md                 |  25 --
 _pages/team.md                              |  38 --
 _posts/2016-03-17-capability-matrix.md      |   4 +-
 _posts/2016-04-03-presentation-materials.md |   4 +-
 _posts/2016-06-15-first-release.md          |   4 +-
 blog/index.md                               |  36 ++
 coming-soon.md                              |   5 -
 contribute/contribution-guide.md            | 264 ++++++++++++++
 contribute/index.md                         |  23 ++
 contribute/source-repository.md             |  28 ++
 docs/contribute/index.md                    |  41 ---
 docs/index.md                               |  26 --
 docs/learn/index.md                         |  51 ---
 docs/learn/programming-guide.md             | 416 ----------------------
 docs/use/beam-overview.md                   |  60 ----
 docs/use/index.md                           |  36 --
 docs/use/walkthroughs.md                    |  13 -
 getting_started/index.md                    |  30 --
 index.md                                    |   7 +-
 learn/index.md                              |  28 ++
 learn/presentation-materials.md             |  31 ++
 learn/programming-guide.md                  | 420 +++++++++++++++++++++++
 learn/resources.md                          |  15 +
 learn/runners/capability-materix.md         |  46 +++
 learn/runners/dataflow.md                   |   8 +
 learn/runners/direct.md                     |   8 +
 learn/runners/flink.md                      |   8 +
 learn/runners/index.md                      |  14 +
 learn/runners/spark.md                      |   8 +
 learn/sdks/index.md                         |   8 +
 learn/sdks/java.md                          |   8 +
 privacy_policy/index.md                     |   2 +-
 project/logos.md                            |  63 ++++
 project/public-meetings.md                  |  59 ++++
 project/team.md                             |  41 +++
 use/beam-overview.md                        |  63 ++++
 use/index.md                                |  32 ++
 use/issue-tracking.md                       |  16 +
 use/mailing-lists.md                        |  50 +++
 use/quickstart.md                           |  32 ++
 use/releases.md                             |  38 ++
 use/walkthroughs.md                         |  16 +
 56 files changed, 1423 insertions(+), 1365 deletions(-)
----------------------------------------------------------------------