bullet03 commented on a change in pull request #16976:
URL: https://github.com/apache/beam/pull/16976#discussion_r819512644
##########
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:
changed
##########
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>.
+ </p>
+ <br>
+ <br>
+ <iframe
+
src="https://frontend-beta-dot-apache-beam-testing.appspot.com/embedded?enabled=true&example=SDK_JAVA/PRECOMPILED_OBJECT_TYPE_EXAMPLE/MinimalWordCount&code="
Review comment:
changed
##########
File path: website/www/site/layouts/index.html
##########
@@ -232,5 +250,8 @@ <h2 class="calendar-title">
<div class='ctas_row'>
<a class="ctas_button" href={{ "/get-started/quickstart-go/" |
relLangURL }}>{{ T "home-go-quickstart" }}</a>
</div>
+ <div class='ctas_row'>
+ <a class="ctas_button" href={{
"https://frontend-beta-dot-apache-beam-testing.appspot.com/" | relLangURL }}>{{
T "home-playground" }}</a>
Review comment:
changed
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]