epicfaace commented on a change in pull request #11826:
URL: https://github.com/apache/beam/pull/11826#discussion_r431324371



##########
File path: website/www/site/content/en/community/powered-by.md
##########
@@ -0,0 +1,25 @@
+---
+title: 'Powered by Apache Beam'
+---
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+# Projects and Products Powered by Apache Beam
+
+To add yourself to the list, please open a [pull 
request](https://github.com/apache/beam/edit/master/website/www/site/content/en/community/powered_by.md)
 adding your organization name, URL, a list of which Beam components you are 
using, and a short description of your use case.
+
+* **[Cloud Dataflow](https://cloud.google.com/dataflow):** Google Cloud 
Dataflow is a fully managed service for executing

Review comment:
       You can see an example in https://github.com/apache/beam/pull/11802 -- 
basically, you'd need to create the yaml file under www/site/data, create a 
shortcode in www/layouts/shortcodes, and then render that shortcode (with 
something like `{{< io-matrix >}}`).
   
   The shortcode template code would likely be much simpler in this case than 
in that PR, though, since we're just rendering a bulleted list.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to