aromanenko-dev commented on pull request #13642:
URL: https://github.com/apache/beam/pull/13642#issuecomment-812107326
I believe we need to adapt code snippets to new rendering engine to which
Beam website moved recently.
Something like this:
```
{{< highlight java >}}
// Start by defining the options for the pipeline.
PipelineOptions options = PipelineOptionsFactory.create();
// Then create the pipeline.
Pipeline p = Pipeline.create(options);
{{< /highlight >}}
{{< highlight py >}}
Python code here
{{< /highlight >}}
```
Please, take a look on examples here:
https://github.com/apache/beam/blob/master/website/www/site/content/en/documentation/programming-guide.md
--
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]