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/12/18 20:15:00 UTC

[beam-site] branch mergebot updated (7ba9a65 -> f99d6f5)

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 7ba9a65  This closes #365
     add 0c1c7f4  Prepare repository for deployment.
     add 83041d5  Make contribution-guide.md markdown readable
     add 570e8e3  Revamp the contribution guide
     add 1b0d03e  Regenerate website
     new 8ca9dc7  [BEAM-3338] Add SDK specific pages to SDK left nav
     new f99d6f5  This closes #364

The 2 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:
 .../index.html                                     | 121 +++-
 content/contribute/contribution-guide/index.html   | 743 +++++++--------------
 content/contribute/design-principles/index.html    |  21 +-
 content/contribute/docker-images/index.html        |  21 +-
 .../{presentation-materials => eclipse}/index.html | 136 +++-
 .../index.html                                     | 128 +++-
 content/contribute/index.html                      |  21 +-
 .../index.html                                     | 129 +++-
 content/contribute/logos/index.html                |  21 +-
 content/contribute/maturity-model/index.html       |  21 +-
 content/contribute/portability/index.html          |  21 +-
 .../contribute/presentation-materials/index.html   |  21 +-
 .../contribute/ptransform-style-guide/index.html   |  21 +-
 content/contribute/release-guide/index.html        |  47 +-
 content/contribute/runner-guide/index.html         |  21 +-
 content/contribute/source-repository/index.html    |  21 +-
 content/contribute/team/index.html                 |  21 +-
 content/contribute/testing/index.html              |  21 +-
 .../index.html                                     | 107 ++-
 content/contribute/work-in-progress/index.html     |  23 +-
 src/_includes/section-menu/contribute.html         |  21 +-
 src/_includes/section-menu/sdks.html               |  31 +-
 src/contribute/committer-guide.md                  |  89 +++
 src/contribute/contribution-guide.md               | 576 +++++++---------
 src/contribute/eclipse.md                          |  83 +++
 src/contribute/feature-branches.md                 |  86 +++
 src/contribute/intellij.md                         |  75 +++
 src/contribute/release-guide.md                    |   3 +-
 src/contribute/website-contributions.md            |  71 ++
 src/contribute/work-in-progress.md                 |   2 +-
 30 files changed, 1708 insertions(+), 1015 deletions(-)
 copy content/contribute/{source-repository => committer-guide}/index.html (61%)
 copy content/contribute/{presentation-materials => eclipse}/index.html (68%)
 copy content/contribute/{presentation-materials => feature-branches}/index.html (60%)
 copy content/contribute/{presentation-materials => intellij}/index.html (64%)
 copy content/contribute/{source-repository => website-contributions}/index.html (69%)
 create mode 100644 src/contribute/committer-guide.md
 create mode 100644 src/contribute/eclipse.md
 create mode 100644 src/contribute/feature-branches.md
 create mode 100644 src/contribute/intellij.md
 create mode 100644 src/contribute/website-contributions.md

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

[beam-site] 02/02: This closes #364

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 f99d6f5deb6a67c28a5ee5f2df82d0e0201a40a6
Merge: 1b0d03e 8ca9dc7
Author: Mergebot <me...@apache.org>
AuthorDate: Mon Dec 18 20:12:35 2017 +0000

    This closes #364

 src/_includes/section-menu/sdks.html | 31 ++++++++++++++++++++++++-------
 1 file changed, 24 insertions(+), 7 deletions(-)

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

[beam-site] 01/02: [BEAM-3338] Add SDK specific pages to SDK left nav

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 8ca9dc7b4d5935364fa071586816c1bcb1d81b96
Author: melissa <me...@google.com>
AuthorDate: Tue Dec 12 17:29:47 2017 -0800

    [BEAM-3338] Add SDK specific pages to SDK left nav
---
 src/_includes/section-menu/sdks.html | 31 ++++++++++++++++++++++++-------
 1 file changed, 24 insertions(+), 7 deletions(-)

diff --git a/src/_includes/section-menu/sdks.html b/src/_includes/section-menu/sdks.html
index 5237f79..faace4e 100644
--- a/src/_includes/section-menu/sdks.html
+++ b/src/_includes/section-menu/sdks.html
@@ -1,17 +1,34 @@
 <li><span class="section-nav-list-main-title">SDKS</span></li>
-<li><a href="{{ site.baseurl }}/documentation/sdks/java/">Java SDK</a></li>
-<li><a href="{{ site.baseurl }}/documentation/sdks/javadoc/{{ site.release_latest }}/" target="_blank">Java SDK API Reference <img src="{{ site.baseurl }}/images/external-link-icon.png"
+
+<li>
+  <span class="section-nav-list-title">Java SDK</span>
+  <ul class="section-nav-list">
+    <li><a href="{{ site.baseurl }}/documentation/sdks/java/">Java SDK overview</a></li>
+    <li><a href="{{ site.baseurl }}/documentation/sdks/javadoc/{{ site.release_latest }}/" target="_blank">Java SDK API reference <img src="{{ site.baseurl }}/images/external-link-icon.png"
                                                                                                                                    width="14" height="14"
-                                                                                                                                              alt="External link."></a>
+                                                                                                                                   alt="External link."></a>
+    </li>
+    <li><a href="{{ site.baseurl }}/documentation/sdks/java-extensions/">Java SDK extensions</a></li>
+    <li><a href="{{ site.baseurl }}/documentation/sdks/java/nexmark/">Nexmark benchmark suite</a></li>
+  </ul>
 </li>
-<li><a href="{{ site.baseurl }}/documentation/sdks/python/">Python SDK</a></li>
-<li><a href="{{ site.baseurl }}/documentation/sdks/pydoc/{{ site.release_latest }}/" target="_blank">Python SDK API Reference <img src="{{ site.baseurl }}/images/external-link-icon.png"
+
+<li>
+  <span class="section-nav-list-title">Python SDK</span>
+  <ul class="section-nav-list">
+    <li><a href="{{ site.baseurl }}/documentation/sdks/python/">Python SDK overview</a></li>
+    <li><a href="{{ site.baseurl }}/documentation/sdks/pydoc/{{ site.release_latest }}/" target="_blank">Python SDK API reference <img src="{{ site.baseurl }}/images/external-link-icon.png"
                                                                                                                                    width="14" height="14"
-                                                                                                                                              alt="External link."></a>
+                                                                                                                                   alt="External link."></a>
+    </li>
+    <li><a href="{{ site.baseurl }}/documentation/sdks/python-type-safety/">Ensuring Python type safety</a></li>
+    <li><a href="{{ site.baseurl }}/documentation/sdks/python-pipeline-dependencies/">Managing pipeline dependencies</a></li>
+    <li><a href="{{ site.baseurl }}/documentation/sdks/python-custom-io/">Creating new sources and sinks</a></li>
+  </ul>
 </li>
+
 <li>
   <span class="section-nav-list-title">DSLs</span>
-
   <ul class="section-nav-list">
     <li><a href="{{ site.baseurl }}/documentation/dsls/sql/">SQL</a></li>
   </ul>

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