This closes #66
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/228a6c91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/228a6c91 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/228a6c91 Branch: refs/heads/asf-site Commit: 228a6c91d6e3111ed6d7e49de55972442a291baf Parents: e96b07f d384fc5 Author: Davor Bonaci <[email protected]> Authored: Fri Nov 4 17:52:15 2016 -0700 Committer: Davor Bonaci <[email protected]> Committed: Fri Nov 4 17:52:15 2016 -0700 ---------------------------------------------------------------------- Rakefile | 4 ++- _config_test.yml | 5 +++ _includes/footer.html | 2 +- _includes/head.html | 2 +- _includes/header.html | 2 +- _posts/2016-08-03-six-months.md | 2 +- .../2016-10-12-strata-hadoop-world-and-beam.md | 2 +- _posts/2016-10-20-test-stream.md | 6 ++-- blog/index.md | 2 +- coming-soon.md | 2 +- .../10/11/strata-hadoop-world-and-beam.html | 2 +- content/blog/2016/08/03/six-months.html | 2 +- content/blog/2016/10/20/test-stream.html | 6 ++-- content/capability-matrix/index.html | 10 ++++++ .../contribute/contribution-guide/index.html | 4 +-- .../runners/capability-matrix/index.html | 36 ++++++++++---------- content/feed.xml | 14 ++++---- content/get-started/index.html | 2 +- .../mobile-gaming-example/index.html | 12 +++---- .../get-started/wordcount-example/index.html | 2 +- content/index.html | 2 +- content/learn/index.html | 10 ++++++ content/learn/programming-guide/index.html | 10 ++++++ content/learn/resources/index.html | 10 ++++++ .../learn/runners/capability-matrix/index.html | 10 ++++++ content/learn/runners/dataflow/index.html | 10 ++++++ content/learn/runners/direct/index.html | 10 ++++++ content/learn/runners/flink/index.html | 10 ++++++ content/learn/runners/index.html | 10 ++++++ content/learn/runners/spark/index.html | 10 ++++++ content/learn/sdks/index.html | 10 ++++++ content/learn/sdks/java/index.html | 10 ++++++ content/learn/sdks/javadoc/index.html | 10 ++++++ content/project/logos/index.html | 10 ++++++ content/project/team/index.html | 10 ++++++ content/use/beam-overview/index.html | 10 ++++++ content/use/index.html | 10 ++++++ content/use/issue-tracking/index.html | 10 ++++++ content/use/mailing-lists/index.html | 10 ++++++ content/use/quickstart/index.html | 10 ++++++ content/use/releases/index.html | 10 ++++++ contribute/contribution-guide.md | 8 ++--- contribute/index.md | 2 +- contribute/logos.md | 9 ++--- contribute/release-guide.md | 14 ++++---- contribute/team.md | 5 +-- contribute/work-in-progress.md | 6 ++-- documentation/index.md | 7 ++-- documentation/pipelines/create-your-pipeline.md | 2 +- documentation/pipelines/design-your-pipeline.md | 2 +- documentation/pipelines/test-your-pipeline.md | 2 +- documentation/programming-guide.md | 5 +-- documentation/resources.md | 4 +-- documentation/runners/capability-materix.md | 5 +-- documentation/runners/dataflow.md | 2 +- documentation/runners/direct.md | 2 +- documentation/runners/flink.md | 2 +- documentation/runners/index.md | 2 +- documentation/runners/spark.md | 2 +- documentation/sdks/index.md | 2 +- documentation/sdks/java.md | 6 ++-- documentation/sdks/javadoc/index.md | 2 +- get-started/beam-overview.md | 7 ++-- get-started/downloads.md | 2 +- get-started/index.md | 9 ++--- get-started/mobile-gaming-example.md | 24 ++++++------- get-started/quickstart.md | 5 +-- get-started/releases.md | 5 +-- get-started/support.md | 3 ++ get-started/wordcount-example.md | 2 +- index.md | 6 ++-- 71 files changed, 352 insertions(+), 123 deletions(-) ----------------------------------------------------------------------
