You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Robert Metzger (Jira)" <ji...@apache.org> on 2021/04/13 06:44:00 UTC

[jira] [Created] (FLINK-22252) Backquotes are not rendered correctly in config option descriptions

Robert Metzger created FLINK-22252:
--------------------------------------

             Summary: Backquotes are not rendered correctly in config option descriptions
                 Key: FLINK-22252
                 URL: https://issues.apache.org/jira/browse/FLINK-22252
             Project: Flink
          Issue Type: Task
          Components: Documentation, Runtime / Configuration
    Affects Versions: 1.13.0
            Reporter: Robert Metzger
             Fix For: 1.13.0


This is how the config options are rendered in the 1.13 docs:
{code}
`none`, `off`, `disable`: No restart strategy.
`fixeddelay`, `fixed-delay`: Fixed delay restart strategy. More details can be found here.
`failurerate`, `failure-rate`: Failure rate restart strategy. More details can be found here.
{code}.
https://ci.apache.org/projects/flink/flink-docs-master/docs/deployment/config/#state-backend

Here's the rendering in the old docs.
https://ci.apache.org/projects/flink/flink-docs-release-1.12/deployment/config.html#restart-strategy



--
This message was sent by Atlassian Jira
(v8.3.4#803005)