[
https://issues.apache.org/jira/browse/FLINK-23432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu closed FLINK-23432.
---------------------------
Fix Version/s: 1.14.0
Assignee: wuguihu
Resolution: Fixed
Fixed in master: e26c28a4123f91f0b2b20e20a08bf33511a00352
> [DOCS] The 'docs/content.zh/docs/ops/state/checkpoints' page did not add a
> newline, which invalidated the Markdown header
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: FLINK-23432
> URL: https://issues.apache.org/jira/browse/FLINK-23432
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Reporter: wuguihu
> Assignee: wuguihu
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.14.0
>
> Attachments: image-20210720015506660.png
>
>
> The page url
> :[https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/ops/state/checkpoints/]
> markdown: docs/content.zh/docs/ops/state/checkpoints.md
> * A blank line should be added between lines 69 and 70.
> {code:java}
> L67 <div class="alert alert-warning">
> L68 <strong>注意:</strong> Checkpoint 目录不是公共 API 的一部分,因此可能在未来的 Release 中进行改变。
> L69 </div>
> L70 #### 通过配置文件全局配置
> {code}
>
> * The modification is shown below
> {code:java}
> <div class="alert alert-warning">
> <strong>注意:</strong> Checkpoint 目录不是公共 API 的一部分,因此可能在未来的 Release 中进行改变。
> </div>
> #### 通过配置文件全局配置
> {code}
>
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)