[
https://issues.apache.org/jira/browse/FLINK-18496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167107#comment-17167107
]
Zhilong Hong commented on FLINK-18496:
--------------------------------------
Thank you for your concern, Jark. The plugin works in flink/docs because there
is no docs in {{_posts}} folder in flink/docs. In other words, there is no
excerpt generated in flink/docs.
At first I use Jekyll 4.0.1. If I move files from {{_posts}} to a new folder in
flink-web, the build succeeds, though the Flink Blog page breaks down.
Then I use Jekyll 4.1.1, because in 4.1.1, it introduces excerpts for all the
pages instead of {{_posts}} only. After moving files from {{_posts}} to a new
folder in flink-web ,I use Jekyll 4.1.1 instead of 4.0.1 and enable excerpts
for all the pages. The build fails. I think this proves that the plugin is
conflict with the excerpt generation.
> Anchors are not generated based on ZH characters
> ------------------------------------------------
>
> Key: FLINK-18496
> URL: https://issues.apache.org/jira/browse/FLINK-18496
> Project: Flink
> Issue Type: Bug
> Components: Project Website
> Reporter: Zhu Zhu
> Assignee: Zhilong Hong
> Priority: Major
> Labels: starter
>
> In ZH version pages of flink-web, the anchors are not generated based on ZH
> characters. The anchor name would be like 'section-1', 'section-2' if there
> is no EN characters. An example can be the links in the navigator of
> https://flink.apache.org/zh/contributing/contribute-code.html
> This makes it impossible to ref an anchor from the content because the anchor
> name might change unexpectedly if a new section is added.
> Note that it is a problem for flink-web only. The docs generated from the
> flink repo can properly generate ZH anchors.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)