wangshiheng created FLINK-33680: ----------------------------------- Summary: Failed to build document with docke Key: FLINK-33680 URL: https://issues.apache.org/jira/browse/FLINK-33680 Project: Flink Issue Type: Bug Components: Documentation Affects Versions: 1.19.0 Reporter: wangshiheng
Follow the documentation, the documentation comes from [https://github.com/apache/flink/blob/master/docs/README.md] The implementation results are as follows: {code:java} [root@bigdatadev workpace]# git clone https://github.com/section9-lab/flink.git ... [root@bigdatadev workpace]# cd flink/docs/ [root@bigdatadev docs]# ./setup_docs.sh [root@bigdatadev docs]# docker pull jakejarvis/hugo-extended:latest latest: Pulling from jakejarvis/hugo-extended Digest: sha256:f659daa3b52693d8f6fc380e4fc5d0d3faf5b9c25ef260244ff67625c59c45a7 Status: Image is up to date for jakejarvis/hugo-extended:latest docker.io/jakejarvis/hugo-extended:latest [root@bigdatadev docs]# docker run -v $(pwd):/src -p 1313:1313 jakejarvis/hugo-extended:latest server --buildDrafts --buildFuture --bind 0.0.0.0 Start building sites … hugo v0.113.0-085c1b3d614e23d218ebf9daad909deaa2390c9a+extended linux/amd64 BuildDate=2023-06-05T15:04:51Z VendorInfo=docker Built in 515 ms Error: error building site: assemble: "/src/content/_index.md:36:1": failed to extract shortcode: template for shortcode "columns" not found {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)