alexeyinkin commented on code in PR #21959:
URL: https://github.com/apache/beam/pull/21959#discussion_r916789977
##########
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:
The idea is that `playground_snippet` inserts a `div` with `data-xxx`
attributes or something like this.
`playground` shortcode then inserts a JS that looks for these nested dives.
If only one is given, it renders a single iframe. If multiple are given, it
creates tabs.
If you need to push this fast, can you rename `playground` shortcode to
`playground_iframe` or something like so we can reserve `playground` shortcode
for the above solution?
--
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]