[
https://issues.apache.org/jira/browse/FLINK-31348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser closed FLINK-31348.
----------------------------------
Resolution: Fixed
Fixed in:
master: 3ea83baad0c8413f8e1f4a027866335d13789538
release-1.17: bef6f5137645dd135d5db0043b0de4e920cb1253
release-1.16: 49d9ea6e5d3fdf1beca2513ade47a352521b79f3
release-1.15: f11499ec1448d1056ad6af01d91adaefa10a2b98
> Documentation fails to build due to unclosed shortcodes
> -------------------------------------------------------
>
> Key: FLINK-31348
> URL: https://issues.apache.org/jira/browse/FLINK-31348
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Reporter: David Morávek
> Assignee: David Morávek
> Priority: Critical
> Labels: pull-request-available
> Fix For: 1.17.0, 1.15.4, 1.16.2
>
>
> After migration to HUGO, there are a bunch of unclosed shortcodes which
> prevent the documentation from being served locally.
>
> Example:
> {code:java}
> docker run -v $(pwd):/src -p 1313:1313 jakejarvis/hugo-extended:latest server
> --buildDrafts --buildFuture --bind 0.0.0.0
>
> ...
> Error: Error building site:
> "/src/content.zh/docs/connectors/datastream/formats/parquet.md:111:1": failed
> to extract shortcode: unclosed shortcode "tabs" {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)