David Morávek created FLINK-31348:
-------------------------------------
Summary: 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
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)