You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/03/03 20:00:40 UTC

[GitHub] [beam] pabloem commented on a change in pull request #16976: [BEAM-14010] [Website] Add Playground section to the Home page

pabloem commented on a change in pull request #16976:
URL: https://github.com/apache/beam/pull/16976#discussion_r819019657



##########
File path: website/www/site/layouts/index.html
##########
@@ -60,6 +60,24 @@ <h2 class="pillars-title">
   </div>
 {{ end }}
 
+{{ define "playground-section" }}
+<div class="body__contained body__section-nav">
+  <h1>Try Beam Playground</h1>
+  <p>Beam Playground is an interactive environment to try out Beam transforms and examples without having to install Apache Beam in your environment.
+    You can try an Apache Beam examples at <a href="https://frontend-beta-dot-apache-beam-testing.appspot.com/">Beam Playground (Beta)</a>.

Review comment:
       ```suggestion
       You can try an Apache Beam examples at <a href="http://play.beam.apache.org/">Beam Playground (Beta)</a>.
   ```
   
   Let's use the proper  url right?




-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org