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

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

commit c46fc1ea2bf04ba8f22d439bea53c91fc34b2264
Author: Mergebot <merge...@apache.org>
AuthorDate: Tue Jun 5 11:03:53 2018 -0700

    Prepare repository for deployment.
---
 content/contribute/become-a-committer/index.html   |   1 +
 content/contribute/committer-guide/index.html      |   1 +
 content/contribute/design-documents/index.html     | 354 +++++++++++++++++++++
 content/contribute/docker-images/index.html        |   1 +
 content/contribute/eclipse/index.html              |   1 +
 content/contribute/index.html                      |   1 +
 content/contribute/intellij/index.html             |   1 +
 content/contribute/portability/index.html          |   1 +
 .../contribute/ptransform-style-guide/index.html   |   1 +
 content/contribute/release-guide/index.html        |   1 +
 content/contribute/runner-guide/index.html         |   1 +
 content/contribute/testing/index.html              |   1 +
 .../contribute/website-contributions/index.html    |   1 +
 13 files changed, 366 insertions(+)

diff --git a/content/contribute/become-a-committer/index.html 
b/content/contribute/become-a-committer/index.html
index 5f8c08d..3d17119 100644
--- a/content/contribute/become-a-committer/index.html
+++ b/content/contribute/become-a-committer/index.html
@@ -107,6 +107,7 @@
     <li><a href="/contribute/runner-guide/">Runner authoring guide</a></li>
     <li><a href="/contribute/portability/">Portability Framework</a></li>
     <li><a href="/contribute/docker-images/">Docker images</a></li>
+    <li><a href="/contribute/design-documents/">Design documents</a></li>
   </ul>
 </li>
 <li>
diff --git a/content/contribute/committer-guide/index.html 
b/content/contribute/committer-guide/index.html
index 699d7e6..1206e88 100644
--- a/content/contribute/committer-guide/index.html
+++ b/content/contribute/committer-guide/index.html
@@ -107,6 +107,7 @@
     <li><a href="/contribute/runner-guide/">Runner authoring guide</a></li>
     <li><a href="/contribute/portability/">Portability Framework</a></li>
     <li><a href="/contribute/docker-images/">Docker images</a></li>
+    <li><a href="/contribute/design-documents/">Design documents</a></li>
   </ul>
 </li>
 <li>
diff --git a/content/contribute/design-documents/index.html 
b/content/contribute/design-documents/index.html
new file mode 100644
index 0000000..669fa3e
--- /dev/null
+++ b/content/contribute/design-documents/index.html
@@ -0,0 +1,354 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <title>Beam Design Documents</title>
+  <meta name="description" content="Apache Beam is an open source, unified 
model and set of language-specific SDKs for defining and executing data 
processing workflows, and also data ingestion and integration flows, supporting 
Enterprise Integration Patterns (EIPs) and Domain Specific Languages (DSLs). 
Dataflow pipelines simplify the mechanics of large-scale batch and streaming 
data processing and can run on a number of runtimes like Apache Flink, Apache 
Spark, and Google Cloud Dataflow  [...]
+">
+  <link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400"; 
rel="stylesheet">
+  <link rel="stylesheet" href="/css/site.css">
+  <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js";></script>
+  <script src="/js/bootstrap.min.js"></script>
+  <script src="/js/language-switch.js"></script>
+  <script src="/js/fix-menu.js"></script>
+  <script src="/js/section-nav.js"></script>
+  <script src="/js/page-nav.js"></script>
+  <link rel="canonical" 
href="https://beam.apache.org/contribute/design-documents/"; data-proofer-ignore>
+  <link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
+  <link rel="alternate" type="application/rss+xml" title="Apache Beam" 
href="https://beam.apache.org/feed.xml";>
+  <script>
+    
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+    
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+    
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+    ga('create', 'UA-73650088-1', 'auto');
+    ga('send', 'pageview');
+  </script>
+</head>
+
+  <body class="body" data-spy="scroll" data-target=".page-nav" data-offset="0">
+    <nav class="header navbar navbar-fixed-top">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle" aria-expanded="false" 
aria-controls="navbar">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+
+      <a href="/" class="navbar-brand" >
+        <img alt="Brand" style="height: 25px" 
src="/images/beam_logo_navbar.png">
+      </a>
+    </div>
+
+    <div class="navbar-mask closed"></div>
+
+    <div id="navbar" class="navbar-container closed">
+      <ul class="nav navbar-nav">
+        <li>
+          <a href="/get-started/beam-overview/">Get Started</a>
+        </li>
+        <li>
+          <a href="/documentation/">Documentation</a>
+        </li>
+        <li>
+          <a href="/documentation/sdks/java/">SDKS</a>
+        </li>
+        <li>
+          <a href="/documentation/runners/capability-matrix/">RUNNERS</a>
+        </li>
+        <li>
+          <a href="/contribute/">Contribute</a>
+        </li>
+        <li>
+          <a href="/community/contact-us/">Community</a>
+        </li>
+        <li><a href="/blog">Blog</a></li>
+      </ul>
+      <ul class="nav navbar-nav navbar-right">
+        <li class="dropdown">
+          <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false"><img 
src="https://www.apache.org/foundation/press/kit/feather_small.png"; alt="Apache 
Logo" style="height:20px;"><span class="caret"></span></a>
+          <ul class="dropdown-menu dropdown-menu-right">
+            <li><a href="http://www.apache.org/";>ASF Homepage</a></li>
+            <li><a href="http://www.apache.org/licenses/";>License</a></li>
+            <li><a href="http://www.apache.org/security/";>Security</a></li>
+            <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+            <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+            <li><a 
href="https://www.apache.org/foundation/policies/conduct";>Code of 
Conduct</a></li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+</nav>
+
+    <div class="clearfix container-main-content">
+      <div class="section-nav closed" data-offset-top="90" 
data-offset-bottom="500">
+        <span class="section-nav-back glyphicon glyphicon-menu-left"></span>
+        <nav>
+          <ul class="section-nav-list" data-section-nav>
+            <li><span 
class="section-nav-list-main-title">Contribute</span></li>
+<li><a href="/contribute/">Get started contributing</a></li>
+<li>
+  <span class="section-nav-list-title">IDE tips</span>
+
+  <ul class="section-nav-list">
+    <li><a href="/contribute/intellij/">IntelliJ Tips</a></li>
+    <li><a href="/contribute/eclipse/">Eclipse Tips</a></li>
+  </ul>
+</li>
+<li>
+  <span class="section-nav-list-title">Technical Docs</span>
+
+  <ul class="section-nav-list">
+    <li><a href="/contribute/testing/">Testing guide</a></li>
+    <li><a href="/contribute/ptransform-style-guide/">PTransform style 
guide</a></li>
+    <li><a href="/contribute/runner-guide/">Runner authoring guide</a></li>
+    <li><a href="/contribute/portability/">Portability Framework</a></li>
+    <li><a href="/contribute/docker-images/">Docker images</a></li>
+    <li><a href="/contribute/design-documents/">Design documents</a></li>
+  </ul>
+</li>
+<li>
+  <span class="section-nav-list-title">Committers</span>
+
+  <ul class="section-nav-list">
+    <li><a href="/contribute/become-a-committer/">Become a committer</a></li>
+    <li><a href="/contribute/committer-guide/">Committer guide</a></li>
+    <li><a href="/contribute/release-guide/">Release guide</a></li>
+  </ul>
+</li>
+
+          </ul>
+        </nav>
+      </div>
+
+      <nav class="page-nav clearfix" data-offset-top="90" 
data-offset-bottom="500">
+        
+
+<ul class="nav">
+  <li><a href="#documents-by-category">Documents by category</a>
+    <ul>
+      <li><a href="#project-incubation-2016">Project Incubation (2016)</a></li>
+      <li><a href="#beam-model">Beam Model</a></li>
+      <li><a href="#io--filesystem">IO / Filesystem</a></li>
+      <li><a href="#metrics">Metrics</a></li>
+      <li><a href="#runners">Runners</a></li>
+      <li><a href="#sql--schema">SQL / Schema</a></li>
+      <li><a href="#portability">Portability</a></li>
+      <li><a href="#build--testing">Build / Testing</a></li>
+      <li><a href="#python">Python</a></li>
+      <li><a href="#go">Go</a></li>
+    </ul>
+  </li>
+  <li><a href="#other">Other</a></li>
+</ul>
+
+
+      </nav>
+
+      <div class="body__contained body__section-nav">
+        <h1 id="design-documents">Design Documents</h1>
+<p>This is a collection of documents that may or may not be up to date.</p>
+
+<h2 id="documents-by-category">Documents by category</h2>
+<h3 id="project-incubation-2016">Project Incubation (2016)</h3>
+<ul>
+  <li>Technical Vision [<a 
href="https://docs.google.com/document/d/1UyAeugHxZmVlQ5cEWo_eOPgXNQA1oD-rGooWOSwAqh8/edit";>doc</a>],
 [<a 
href="https://docs.google.com/presentation/d/1E9seGPB_VXtY_KZP4HngDPTbsu5RVZFFaTlwEYa88Zw";>slides</a>]</li>
+  <li>Repository Structure [<a 
href="https://docs.google.com/document/d/1mTeZED33Famq25XedbKeDlGIJRvtzCXjSfwH9NKQYUE";>doc</a>]</li>
+  <li>Flink runner: Current status and development roadmap [<a 
href="https://docs.google.com/document/d/1QM_X70VvxWksAQ5C114MoAKb1d9Vzl2dLxEZM4WYogo";>doc</a>]</li>
+  <li>Spark Runner Technical Vision [<a 
href="https://docs.google.com/document/d/1y4qlQinjjrusGWlgq-mYmbxRW2z7-_X5Xax-GG0YsC0";>doc</a>]</li>
+  <li>PPMC deep dive [<a 
href="https://docs.google.com/presentation/d/1uTb7dx4-Y2OM_B0_3XF_whwAL2FlDTTuq2QzP9sJ4Mg";>slides</a>]</li>
+</ul>
+
+<h3 id="beam-model">Beam Model</h3>
+<ul>
+  <li>Checkpoints [<a href="https://s.apache.org/FIWQ";>doc</a>]</li>
+  <li>A New DoFn [<a href="https://s.apache.org/a-new-dofn";>doc</a>], [<a 
href="https://s.apache.org/presenting-a-new-dofn";>slides</a>]</li>
+  <li>Proposed Splittable DoFn API changes [<a 
href="https://docs.google.com/document/d/1BGc8pM1GOvZhwR9SARSVte-20XEoBUxrGJ5gTWXdv3c";>doc</a>]</li>
+  <li>Splittable DoFn (Obsoletes Source API) [<a 
href="http://s.apache.org/splittable-do-fn";>doc</a>]
+    <ul>
+      <li>Reimplementing Beam API classes on top of Splittable DoFn on top of 
Source API [<a href="https://s.apache.org/sdf-via-source";>doc</a>]</li>
+      <li>New TextIO features based on SDF [<a 
href="http://s.apache.org/textio-sdf";>doc</a>]</li>
+      <li>Watch transform [<a 
href="http://s.apache.org/beam-watch-transform";>doc</a>]</li>
+    </ul>
+  </li>
+  <li>State and Timers for DoFn [<a 
href="https://s.apache.org/beam-state";>doc</a>]</li>
+  <li>ContextFn [<a href="http://s.apache.org/context-fn";>doc</a>]</li>
+  <li>Static Display Data [<a 
href="https://docs.google.com/document/d/11enEB9JwVp6vO0uOYYTMYTGkr3TdNfELwWqoiUg5ZxM";>doc</a>]</li>
+  <li>Lateness (and Panes) in Apache Beam [<a 
href="https://s.apache.org/beam-lateness";>doc</a>]</li>
+  <li>Triggers in Apache Beam [<a 
href="https://s.apache.org/beam-triggers";>doc</a>]</li>
+  <li>Triggering is for sinks [<a 
href="https://s.apache.org/beam-sink-triggers";>doc</a>] (not implemented)</li>
+  <li>Pipeline Drain [<a 
href="https://docs.google.com/document/d/1NExwHlj-2q2WUGhSO4jTu8XGhDPmm3cllSN8IMmWci8";>doc</a>]</li>
+  <li>Pipelines Considered Harmful [<a 
href="https://s.apache.org/no-beam-pipeline";>doc</a>]</li>
+  <li>Side-Channel Inputs [<a 
href="https://docs.google.com/document/d/1e_-MenoW2cQ-6-EGVVqfOR-B9FovVXqXyUm4-ZwlgKA";>doc</a>]</li>
+  <li>Dynamic Pipeline Options [<a 
href="https://docs.google.com/document/d/1I-iIgWDYasb7ZmXbGBHdok_IK1r1YAJ90JG5Fz0_28o";>doc</a>]</li>
+  <li>SDK Support for Reading Dynamic PipelineOptions [<a 
href="https://docs.google.com/document/d/17I7HeNQmiIfOJi0aI70tgGMMkOSgGi8ZUH-MOnFatZ8";>doc</a>]</li>
+  <li>Fine-grained Resource Configuration in Beam [<a 
href="https://docs.google.com/document/d/1N0y64dbzmukLLEy6M9CygdI_H88pIS3NtcOAkL5-oVw";>doc</a>]</li>
+  <li>External Join with KV Stores [<a 
href="https://docs.google.com/document/d/1B-XnUwXh64lbswRieckU0BxtygSV58hysqZbpZmk03A";>doc</a>]</li>
+  <li>Error Reporting Callback (WIP) [<a 
href="https://docs.google.com/document/d/1o2VXwCL97k3G-1BR9RSKNc6XtJTIA6SEKPMne91S67Y";>doc</a>]</li>
+  <li>Snapshotting and Updating Beam Pipelines [<a 
href="https://docs.google.com/document/d/1UWhnYPgui0gUYOsuGcCjLuoOUlGA4QaY91n8p3wz9MY";>doc</a>]</li>
+  <li>Requiring PTransform to set a coder on its resulting collections [<a 
href="https://lists.apache.org/thread.html/1dde0b5a93c2983cbab5f68ce7c74580102f5bb2baaa816585d7eabb@%3Cdev.beam.apache.org%3E";>mail</a>]</li>
+  <li>[PROPOSAL] “Requires deterministic input” [<a 
href="https://lists.apache.org/thread.html/ae3c838df060e47148439d1dad818d5e927b2a25ff00cc4153221dff@%3Cdev.beam.apache.org%3E";>mail</a>]</li>
+  <li>[PROPOSAL] @onwindowexpiration [<a 
href="https://lists.apache.org/thread.html/1dab7f17c97378e665928b11116cbd887dc7be93390ab26c593ee49a@%3Cdev.beam.apache.org%3E";>mail</a>]</li>
+</ul>
+
+<h3 id="io--filesystem">IO / Filesystem</h3>
+<ul>
+  <li>IOChannelFactory Redesign [<a 
href="https://docs.google.com/document/d/11TdPyZ9_zmjokhNWM3Id-XJsVG3qel2lhdKTknmZ_7M";>doc</a>]</li>
+  <li>Configurable BeamFileSystem [<a 
href="https://docs.google.com/document/d/1-7vo9nLRsEEzDGnb562PuL4q9mUiq_ZVpCAiyyJw8p8";>doc</a>]</li>
+  <li>New API for writing files in Beam [<a 
href="http://s.apache.org/fileio-write";>doc</a>]</li>
+  <li>Dynamic file-based sinks [<a 
href="https://docs.google.com/document/d/1Bd9mJO1YC8vOoFObJFupVURBMCl7jWt6hOgw6ClwxE4";>doc</a>]</li>
+  <li>Event Time and Watermarks in KafkaIO [<a 
href="https://docs.google.com/document/d/1DyWcLJpALRoUfvYUbiPCDVikYb_Xz2X7Co2aDUVVd4I";>doc</a>]</li>
+  <li>Exactly-once Kafka sink [<a 
href="https://lists.apache.org/thread.html/fb394e576e6e858205307b033c5a5c6cc3923a17606814a54036c570@%3Cdev.beam.apache.org%3E";>doc</a>]</li>
+</ul>
+
+<h3 id="metrics">Metrics</h3>
+<ul>
+  <li>Metrics API [<a href="http://s.apache.org/beam-metrics-api";>doc</a>]</li>
+  <li>I/O Metrics [<a 
href="https://s.apache.org/standard-io-metrics";>doc</a>]</li>
+  <li>Metrics extraction independent from runners / execution engines [<a 
href="https://s.apache.org/runner_independent_metrics_extraction";>doc</a>]</li>
+  <li>Watermark Metrics [<a 
href="https://docs.google.com/document/d/1ykjjG97DjVQP73jGbotGRbtK38hGvFbokNEOuNO4DAo";>doc</a>]</li>
+  <li>Support Dropwizard Metrics in Beam [<a 
href="https://docs.google.com/document/d/1-35iyCIJ9P4EQONlakgXBFRGUYoOLanq2Uf2sw5EjJw";>doc</a>]</li>
+</ul>
+
+<h3 id="runners">Runners</h3>
+<ul>
+  <li>Runner Authoring Guide [<a 
href="https://s.apache.org/beam-runner-guide";>doc</a>] (obsoletes [<a 
href="http://s.apache.org/beam-runner-api";>doc</a>] and [<a 
href="https://s.apache.org/beam-runner-1-pager";>doc</a>])</li>
+  <li>Composite PInputs, POutputs, and the Runner API [<a 
href="https://s.apache.org/beam-runner-composites";>doc</a>]</li>
+  <li>Side Input Architecture for Apache Beam [<a 
href="https://s.apache.org/beam-side-inputs-1-pager";>doc</a>]</li>
+</ul>
+
+<h3 id="sql--schema">SQL / Schema</h3>
+<ul>
+  <li>Streams and Tables [<a 
href="https://s.apache.org/beam-streams-tables";>doc</a>]</li>
+  <li>Streaming SQL [<a 
href="http://s.apache.org/streaming-sql-spec";>doc</a>]</li>
+  <li>Schema-Aware PCollections [<a 
href="https://docs.google.com/document/d/1tnG2DPHZYbsomvihIpXruUmQ12pHGK0QIvXS1FOTgRc";>doc</a>]</li>
+  <li>Pubsub to Beam SQL [<a 
href="https://docs.google.com/document/d/1wIXTxh-nQ3u694XbF0iEZX_7-b3yi4ad0ML2pcAxYfE";>doc</a>]</li>
+  <li>Apache Beam Proposal: design of DSL SQL interface [<a 
href="https://docs.google.com/document/d/1uWXL_yF3UUO5GfCxbL6kWsmC8xCWfICU3RwiQKsk7Mk";>doc</a>]</li>
+  <li>Calcite/Beam SQL Windowing [<a 
href="https://docs.google.com/document/d/1RmyV9e1Qab-axsLI1WWpw5oGAJDv0X7y9OSnPnrZWJk";>doc</a>]</li>
+  <li>Reject Unsupported Windowing Strategies in JOIN [<a 
href="https://docs.google.com/document/d/1V-ZgKVTwHdNSGlQWncWIzcf_Rw2oLKZFSkU43scLff4";>doc</a>]</li>
+  <li>Beam DSL_SQL branch API review [<a 
href="https://s.apache.org/beam-sql-dsl-api-review";>doc</a>]</li>
+  <li>Complex Types Support for Beam SQL DDL [<a 
href="https://lists.apache.org/thread.html/c494e521cb6865b1ae19a68e8e653afc562df7744e8d08087249cbe0@%3Cdev.beam.apache.org%3E";>mail</a>]</li>
+  <li>[SQL] Reject unsupported inputs to Joins [<a 
href="https://lists.apache.org/thread.html/e7a442fa9cf6b76a5b435493170508f6c42fb9ccef9bcef434424f79@%3Cdev.beam.apache.org%3E";>mail</a>]</li>
+</ul>
+
+<h3 id="portability">Portability</h3>
+<ul>
+  <li>Fn API
+    <ul>
+      <li>Apache Beam Fn API Overview [<a 
href="https://s.apache.org/beam-fn-api";>doc</a>]</li>
+      <li>Processing a Bundle [<a 
href="https://s.apache.org/beam-fn-api-processing-a-bundle";>doc</a>]</li>
+      <li>Progress [<a 
href="https://s.apache.org/beam-fn-api-progress-reporting";>doc</a>]</li>
+      <li>Graphical view of progress [<a 
href="https://docs.google.com/document/d/1Dx18qBTvFWNqwLeecemOpKfleKzFyeV3Qwh71SHATvY";>doc</a>]</li>
+      <li>Fn State API and Bundle Processing [<a 
href="https://s.apache.org/beam-fn-state-api-and-bundle-processing";>doc</a>]</li>
+      <li>Checkpointing and splitting of Beam bundles over the Fn API, with 
application to SDF [<a 
href="https://s.apache.org/beam-breaking-fusion";>doc</a>]</li>
+      <li>How to send and receive data [<a 
href="https://s.apache.org/beam-fn-api-send-and-receive-data";>doc</a>]</li>
+      <li>Defining and adding SDK Metrics [<a 
href="https://s.apache.org/beam-fn-api-metrics";>doc</a>]</li>
+      <li>SDK harness container contract [<a 
href="https://s.apache.org/beam-fn-api-container-contract";>doc</a>]</li>
+      <li>Structure and Lifting of Combines [<a 
href="https://s.apache.org/beam-runner-api-combine-model";>doc</a>]</li>
+    </ul>
+  </li>
+  <li>Cross-language Beam Pipelines [<a 
href="https://s.apache.org/beam-mixed-language-pipelines";>doc</a>]</li>
+  <li>SDK X with Runner Y using Runner API [<a 
href="https://s.apache.org/beam-job-api";>doc</a>]</li>
+  <li>Flink Portable Runner Overview [<a 
href="https://s.apache.org/portable-flink-runner-overview";>doc</a>]</li>
+  <li>Launching portable pipeline on Flink Runner [<a 
href="https://docs.google.com/document/d/1xOaEEJrMmiSHprd-WiYABegfT129qqF-idUBINjxz8s";>doc</a>]</li>
+  <li>Portability support [<a 
href="https://docs.google.com/spreadsheets/d/1KDa_FGn1ShjomGd-UUDOhuh2q73de2tPz6BqHpzqvNI";>table</a>]</li>
+  <li>Portability Prototype [<a 
href="https://s.apache.org/beam-portability-team-doc";>doc</a>]</li>
+  <li>Portable Artifact Staging [<a 
href="https://docs.google.com/document/d/12zNk3O2nhTB8Zmxw5U78qXrvlk5r42X8tqF248IDlpI";>doc</a>]</li>
+  <li>Portable Beam on Flink [<a 
href="https://s.apache.org/portable-beam-on-flink";>doc</a>]</li>
+</ul>
+
+<h3 id="build--testing">Build / Testing</h3>
+<ul>
+  <li>More Expressive PAsserts [<a 
href="https://docs.google.com/document/d/1fZUUbG2LxBtqCVabQshldXIhkMcXepsbv2vuuny8Ix4";>doc</a>]</li>
+  <li>Mergebot design document [<a 
href="https://docs.google.com/document/d/18iFnW6egjqd_ADXCTQcuAkkz3J96LHdV5DlYUhXHf0M";>doc</a>]</li>
+  <li>Performance tests for commonly used file-based I/O PTransforms [<a 
href="https://docs.google.com/document/d/1dA-5s6OHiP_cz-NRAbwapoKF5MEC1wKps4A5tFbIPKE";>doc</a>]</li>
+  <li>Performance tests results analysis and basic regression detection [<a 
href="https://docs.google.com/document/d/1Cb7XVmqe__nA_WCrriAifL-3WCzbZzV4Am5W_SkQLeA";>doc</a>]</li>
+  <li>Eventual PAssert [<a 
href="https://docs.google.com/document/d/1X_3KH_6QyfOSnh5kNK-fHlkEDrwPVpA2RnRggMMxhUk";>doc</a>]</li>
+  <li>Testing I/O Transforms in Apache Beam [<a 
href="https://docs.google.com/document/d/153J9jPQhMCNi_eBzJfhAg-NprQ7vbf1jNVRgdqeEE8I";>doc</a>]</li>
+  <li>Reproducible Environment for Jenkins Tests By Using Container [<a 
href="https://docs.google.com/document/d/1U7FeVMiHiBP-pFm4ULotqG1QqZY0fi7g9ZwTmeIgvvM";>doc</a>]</li>
+  <li>Keeping precommit times fast [<a 
href="https://docs.google.com/document/d/1udtvggmS2LTMmdwjEtZCcUQy6aQAiYTI3OrTP8CLfJM/edit?usp=sharing";>doc</a>]</li>
+  <li>Increase Beam post-commit tests stability [<a 
href="https://docs.google.com/document/d/1sczGwnCvdHiboVajGVdnZL0rfnr7ViXXAebBAf_uQME";>doc</a>]</li>
+  <li>Beam-Site Automation Reliability [<a 
href="https://s.apache.org/beam-site-automation";>doc</a>]</li>
+  <li>Managing outdated dependencies [<a 
href="https://docs.google.com/document/d/15m1MziZ5TNd9rh_XN0YYBJfYkt0Oj-Ou9g0KFDPL2aA";>doc</a>]</li>
+  <li>Automation For Beam Dependency Check [<a 
href="https://docs.google.com/document/d/1rqr_8a9NYZCgeiXpTIwWLCL7X8amPAVfRXsO72BpBwA";>doc</a>]</li>
+</ul>
+
+<h3 id="python">Python</h3>
+<ul>
+  <li>Beam Python User State and Timer APIs [<a 
href="https://s.apache.org/beam-python-user-state-and-timers";>doc</a>]</li>
+  <li>Python Kafka connector [<a 
href="https://docs.google.com/document/d/1ogRS-e-HYYTHsXi_l2zDUUOnvfzEbub3BFkPrYIOawU";>doc</a>]</li>
+  <li>Python 3 support [<a 
href="https://s.apache.org/beam-python-3";>doc</a>]</li>
+</ul>
+
+<h3 id="go">Go</h3>
+<ul>
+  <li>Apache Beam Go SDK design [<a 
href="https://s.apache.org/beam-go-sdk-design-rfc";>doc</a>]</li>
+  <li>Go SDK Vanity Import Path [<a 
href="https://s.apache.org/go-beam-vanity-import";>doc</a>]</li>
+  <li>Go SDK Integration Tests [<a 
href="https://docs.google.com/document/d/1jy6EE7D4RjgfNV0FhD3rMsT1YKhnUfcHRZMAlC6ygXw";>doc</a>]</li>
+</ul>
+
+<h2 id="other">Other</h2>
+<p>Some of documents are available on this <a 
href="https://drive.google.com/corp/drive/folders/0B-IhJZh9Ab52OFBVZHpsNjc4eXc";>google
 drive</a></p>
+
+<p>To add new design document it is recommended to use this <a 
href="https://docs.google.com/document/d/1kVePqjt2daZd0bQHGUwghlcLbhvrny7VpflAzk9sjUg";>design
 document template</a></p>
+
+      </div>
+    </div>
+    <footer class="footer">
+  <div class="footer__contained">
+    <div class="footer__cols">
+      <div class="footer__cols__col">
+        <div class="footer__cols__col__logo">
+          <img src="/images/beam_logo_circle.svg" class="footer__logo" 
alt="Beam logo">
+        </div>
+        <div class="footer__cols__col__logo">
+          <img src="/images/apache_logo_circle.svg" class="footer__logo" 
alt="Apache logo">
+        </div>
+      </div>
+      <div class="footer__cols__col footer__cols__col--md">
+        <div class="footer__cols__col__title">Start</div>
+        <div class="footer__cols__col__link"><a 
href="/get-started/beam-overview/">Overview</a></div>
+        <div class="footer__cols__col__link"><a 
href="/get-started/quickstart-java/">Quickstart (Java)</a></div>
+        <div class="footer__cols__col__link"><a 
href="/get-started/quickstart-py/">Quickstart (Python)</a></div>
+        <div class="footer__cols__col__link"><a 
href="/get-started/downloads/">Downloads</a></div>
+      </div>
+      <div class="footer__cols__col footer__cols__col--md">
+        <div class="footer__cols__col__title">Docs</div>
+        <div class="footer__cols__col__link"><a 
href="/documentation/programming-guide/">Concepts</a></div>
+        <div class="footer__cols__col__link"><a 
href="/documentation/pipelines/design-your-pipeline/">Pipelines</a></div>
+        <div class="footer__cols__col__link"><a 
href="/documentation/runners/capability-matrix/">Runners</a></div>
+      </div>
+      <div class="footer__cols__col footer__cols__col--md">
+        <div class="footer__cols__col__title">Community</div>
+        <div class="footer__cols__col__link"><a 
href="/contribute/">Contribute</a></div>
+        <div class="footer__cols__col__link"><a 
href="https://projects.apache.org/committee.html?beam"; target="_blank">Team<img 
src="/images/external-link-icon.png"
+                                                                               
                                                 width="14" height="14"
+                                                                               
                                                 alt="External link."></a></div>
+        <div class="footer__cols__col__link"><a 
href="/contribute/presentation-materials/">Media</a></div>
+      </div>
+      <div class="footer__cols__col footer__cols__col--md">
+        <div class="footer__cols__col__title">Resources</div>
+        <div class="footer__cols__col__link"><a href="/blog/">Blog</a></div>
+        <div class="footer__cols__col__link"><a 
href="/get-started/support/">Support</a></div>
+        <div class="footer__cols__col__link"><a 
href="https://github.com/apache/beam";>GitHub</a></div>
+      </div>
+    </div>
+  </div>
+  <div class="footer__bottom">
+    &copy;
+    <a href="http://www.apache.org";>The Apache Software Foundation</a>
+    | <a href="/privacy_policy">Privacy Policy</a>
+    | <a href="/feed.xml">RSS Feed</a>
+    <br><br>
+    Apache Beam, Apache, Beam, the Beam logo, and the Apache feather logo are
+    either registered trademarks or trademarks of The Apache Software
+    Foundation. All other products or name brands are trademarks of their
+    respective holders, including The Apache Software Foundation.
+  </div>
+</footer>
+
+  </body>
+</html>
diff --git a/content/contribute/docker-images/index.html 
b/content/contribute/docker-images/index.html
index 6287cfc..733414a 100644
--- a/content/contribute/docker-images/index.html
+++ b/content/contribute/docker-images/index.html
@@ -107,6 +107,7 @@
     <li><a href="/contribute/runner-guide/">Runner authoring guide</a></li>
     <li><a href="/contribute/portability/">Portability Framework</a></li>
     <li><a href="/contribute/docker-images/">Docker images</a></li>
+    <li><a href="/contribute/design-documents/">Design documents</a></li>
   </ul>
 </li>
 <li>
diff --git a/content/contribute/eclipse/index.html 
b/content/contribute/eclipse/index.html
index a11530c..5d426bd 100644
--- a/content/contribute/eclipse/index.html
+++ b/content/contribute/eclipse/index.html
@@ -107,6 +107,7 @@
     <li><a href="/contribute/runner-guide/">Runner authoring guide</a></li>
     <li><a href="/contribute/portability/">Portability Framework</a></li>
     <li><a href="/contribute/docker-images/">Docker images</a></li>
+    <li><a href="/contribute/design-documents/">Design documents</a></li>
   </ul>
 </li>
 <li>
diff --git a/content/contribute/index.html b/content/contribute/index.html
index fe5c767..08291ff 100644
--- a/content/contribute/index.html
+++ b/content/contribute/index.html
@@ -107,6 +107,7 @@
     <li><a href="/contribute/runner-guide/">Runner authoring guide</a></li>
     <li><a href="/contribute/portability/">Portability Framework</a></li>
     <li><a href="/contribute/docker-images/">Docker images</a></li>
+    <li><a href="/contribute/design-documents/">Design documents</a></li>
   </ul>
 </li>
 <li>
diff --git a/content/contribute/intellij/index.html 
b/content/contribute/intellij/index.html
index 2cee952..da67921 100644
--- a/content/contribute/intellij/index.html
+++ b/content/contribute/intellij/index.html
@@ -107,6 +107,7 @@
     <li><a href="/contribute/runner-guide/">Runner authoring guide</a></li>
     <li><a href="/contribute/portability/">Portability Framework</a></li>
     <li><a href="/contribute/docker-images/">Docker images</a></li>
+    <li><a href="/contribute/design-documents/">Design documents</a></li>
   </ul>
 </li>
 <li>
diff --git a/content/contribute/portability/index.html 
b/content/contribute/portability/index.html
index fda1489..0e20980 100644
--- a/content/contribute/portability/index.html
+++ b/content/contribute/portability/index.html
@@ -107,6 +107,7 @@
     <li><a href="/contribute/runner-guide/">Runner authoring guide</a></li>
     <li><a href="/contribute/portability/">Portability Framework</a></li>
     <li><a href="/contribute/docker-images/">Docker images</a></li>
+    <li><a href="/contribute/design-documents/">Design documents</a></li>
   </ul>
 </li>
 <li>
diff --git a/content/contribute/ptransform-style-guide/index.html 
b/content/contribute/ptransform-style-guide/index.html
index acc992e..048fbbd 100644
--- a/content/contribute/ptransform-style-guide/index.html
+++ b/content/contribute/ptransform-style-guide/index.html
@@ -107,6 +107,7 @@
     <li><a href="/contribute/runner-guide/">Runner authoring guide</a></li>
     <li><a href="/contribute/portability/">Portability Framework</a></li>
     <li><a href="/contribute/docker-images/">Docker images</a></li>
+    <li><a href="/contribute/design-documents/">Design documents</a></li>
   </ul>
 </li>
 <li>
diff --git a/content/contribute/release-guide/index.html 
b/content/contribute/release-guide/index.html
index 2fd347f..b26a5d8 100644
--- a/content/contribute/release-guide/index.html
+++ b/content/contribute/release-guide/index.html
@@ -107,6 +107,7 @@
     <li><a href="/contribute/runner-guide/">Runner authoring guide</a></li>
     <li><a href="/contribute/portability/">Portability Framework</a></li>
     <li><a href="/contribute/docker-images/">Docker images</a></li>
+    <li><a href="/contribute/design-documents/">Design documents</a></li>
   </ul>
 </li>
 <li>
diff --git a/content/contribute/runner-guide/index.html 
b/content/contribute/runner-guide/index.html
index 2512225..a926f78 100644
--- a/content/contribute/runner-guide/index.html
+++ b/content/contribute/runner-guide/index.html
@@ -107,6 +107,7 @@
     <li><a href="/contribute/runner-guide/">Runner authoring guide</a></li>
     <li><a href="/contribute/portability/">Portability Framework</a></li>
     <li><a href="/contribute/docker-images/">Docker images</a></li>
+    <li><a href="/contribute/design-documents/">Design documents</a></li>
   </ul>
 </li>
 <li>
diff --git a/content/contribute/testing/index.html 
b/content/contribute/testing/index.html
index 2a1db6c..7bd7696 100644
--- a/content/contribute/testing/index.html
+++ b/content/contribute/testing/index.html
@@ -107,6 +107,7 @@
     <li><a href="/contribute/runner-guide/">Runner authoring guide</a></li>
     <li><a href="/contribute/portability/">Portability Framework</a></li>
     <li><a href="/contribute/docker-images/">Docker images</a></li>
+    <li><a href="/contribute/design-documents/">Design documents</a></li>
   </ul>
 </li>
 <li>
diff --git a/content/contribute/website-contributions/index.html 
b/content/contribute/website-contributions/index.html
index 9674bfd..babcfdc 100644
--- a/content/contribute/website-contributions/index.html
+++ b/content/contribute/website-contributions/index.html
@@ -107,6 +107,7 @@
     <li><a href="/contribute/runner-guide/">Runner authoring guide</a></li>
     <li><a href="/contribute/portability/">Portability Framework</a></li>
     <li><a href="/contribute/docker-images/">Docker images</a></li>
+    <li><a href="/contribute/design-documents/">Design documents</a></li>
   </ul>
 </li>
 <li>

-- 
To stop receiving notification emails like this one, please contact
mergebot-r...@apache.org.

Reply via email to