You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2017/11/28 15:30:01 UTC

[beam-site] branch mergebot updated (6ec5740 -> f7e82da)

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

mergebot-role pushed a change to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from 6ec5740  This closes #354
     add 7c0fb4a  Prepare repository for deployment.
     new d7a12e7  [BEAM-2853] Fix left menu in nexmark page
     new 63c4c5f  [BEAM-2853] Move nexmark page to documentation/sdks/java/nexmark
     new f7e82da  This closes #349

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/contribute/contribution-guide/index.html     | 10 +++++-----
 content/contribute/maturity-model/index.html         |  2 +-
 content/contribute/source-repository/index.html      |  6 +++---
 content/get-started/mobile-gaming-example/index.html |  2 +-
 src/documentation/sdks/java.md                       |  2 +-
 src/documentation/sdks/nexmark.md                    |  4 ++--
 6 files changed, 13 insertions(+), 13 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam-site] 03/03: This closes #349

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit f7e82da5fc0a601a713756275d9e2f17eea612ad
Merge: 7c0fb4a 63c4c5f
Author: Mergebot <me...@apache.org>
AuthorDate: Tue Nov 28 15:29:28 2017 +0000

    This closes #349

 src/documentation/sdks/java.md    | 2 +-
 src/documentation/sdks/nexmark.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.

[beam-site] 01/03: [BEAM-2853] Fix left menu in nexmark page

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit d7a12e7437639a865113e665c8e39e91a2163d86
Author: Etienne Chauchot <ec...@apache.org>
AuthorDate: Tue Nov 14 10:42:34 2017 +0100

    [BEAM-2853] Fix left menu in nexmark page
---
 src/documentation/sdks/nexmark.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/documentation/sdks/nexmark.md b/src/documentation/sdks/nexmark.md
index 4b17dfe..8964a7a 100644
--- a/src/documentation/sdks/nexmark.md
+++ b/src/documentation/sdks/nexmark.md
@@ -1,7 +1,7 @@
 ---
 layout: section
 title: "Nexmark benchmark suite"
-section_menu: section-menu/documentation.html
+section_menu: section-menu/sdks.html
 permalink: /documentation/sdks/nexmark/
 ---
 # Nexmark benchmark suite

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.

[beam-site] 02/03: [BEAM-2853] Move nexmark page to documentation/sdks/java/nexmark

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 63c4c5fd271f7bc89d82ea8b9aee8636d155a321
Author: Etienne Chauchot <ec...@apache.org>
AuthorDate: Tue Nov 14 10:53:53 2017 +0100

    [BEAM-2853] Move nexmark page to documentation/sdks/java/nexmark
---
 src/documentation/sdks/java.md    | 2 +-
 src/documentation/sdks/nexmark.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/documentation/sdks/java.md b/src/documentation/sdks/java.md
index cabbb2f..826929e 100644
--- a/src/documentation/sdks/java.md
+++ b/src/documentation/sdks/java.md
@@ -32,4 +32,4 @@ The Java SDK has the following extensions:
 
 - [join-library]({{site.baseurl}}/documentation/sdks/java-extensions/#join-library) provides inner join, outer left join, and outer right join functions.
 - [sorter]({{site.baseurl}}/documentation/sdks/java-extensions/#sorter) is an efficient and scalable sorter for large iterables.
-- [Nexmark]({{site.baseurl}}/documentation/sdks/nexmark) is a benchmark suite that runs in batch and streaming modes.
+- [Nexmark]({{site.baseurl}}/documentation/sdks/java/nexmark) is a benchmark suite that runs in batch and streaming modes.
diff --git a/src/documentation/sdks/nexmark.md b/src/documentation/sdks/nexmark.md
index 8964a7a..f82e53d 100644
--- a/src/documentation/sdks/nexmark.md
+++ b/src/documentation/sdks/nexmark.md
@@ -2,7 +2,7 @@
 layout: section
 title: "Nexmark benchmark suite"
 section_menu: section-menu/sdks.html
-permalink: /documentation/sdks/nexmark/
+permalink: /documentation/sdks/java/nexmark/
 ---
 # Nexmark benchmark suite
 

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.