You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/03/06 16:31:00 UTC

[jira] [Updated] (FLINK-31348) Documentation fails to build due to unclosed shortcodes

     [ https://issues.apache.org/jira/browse/FLINK-31348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-31348:
-----------------------------------
    Labels: pull-request-available  (was: )

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