alexeyinkin commented on code in PR #21959:
URL: https://github.com/apache/beam/pull/21959#discussion_r916778627


##########
website/www/site/content/en/get-started/try-beam-playground.md:
##########
@@ -25,7 +26,7 @@ You can try the available Apache Beam examples at
 
 ## Beam Playground WordCount Example
 
-{{< playground "true" 
"SDK_JAVA/PRECOMPILED_OBJECT_TYPE_EXAMPLE/MinimalWordCount" "" "700px">}}
+{{< playground "true" 
"SDK_JAVA/PRECOMPILED_OBJECT_TYPE_EXAMPLE/MinimalWordCount" "" "700px" 
"playgroundIframe">}}

Review Comment:
   I have another vision for this. We often will need Playground with tabs for 
multiple languages. A shortcode should be like
   
   ```
   {{< playground >}}
     {{< playground_snippet sdk="java" 
example="SDK_JAVA/PRECOMPILEDOBJECT_TYPE_EXAMPLE/MinimalWordCount" ... >}}
     {{< playground_snippet sdk="python" ... >}}
   {{< /playground >}}
   ```



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

Reply via email to