This is an automated email from the ASF dual-hosted git repository.
echauchot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new d128f6f Add Runner supported features plugin doc
new 7a4dab3 Merge pull request #7604 from echauchot/plugin
d128f6f is described below
commit d128f6f356e27a6d1fa6f8978062371cad62b1e6
Author: Etienne Chauchot <[email protected]>
AuthorDate: Wed Jan 23 17:56:29 2019 +0100
Add Runner supported features plugin doc
---
website/src/contribute/design-documents.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/website/src/contribute/design-documents.md
b/website/src/contribute/design-documents.md
index 4f3f292..6472bba 100644
--- a/website/src/contribute/design-documents.md
+++ b/website/src/contribute/design-documents.md
@@ -77,6 +77,7 @@ This is a collection of documents that may or may not be up
to date.
- Runner Authoring Guide [[doc](https://s.apache.org/beam-runner-guide)]
(obsoletes [[doc](http://s.apache.org/beam-runner-api)] and
[[doc](https://s.apache.org/beam-runner-1-pager)])
- Composite PInputs, POutputs, and the Runner API
[[doc](https://s.apache.org/beam-runner-composites)]
- Side Input Architecture for Apache Beam
[[doc](https://s.apache.org/beam-side-inputs-1-pager)]
+- Runner supported features plugin [[doc](https://s.apache.org/k79W)]
### SQL / Schema
- Streams and Tables [[doc](https://s.apache.org/beam-streams-tables)]