You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Benchao Li (Jira)" <ji...@apache.org> on 2020/01/13 09:20:00 UTC

[jira] [Comment Edited] (FLINK-15559) Missing {{site.baseurl}} in some docs

    [ https://issues.apache.org/jira/browse/FLINK-15559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17014144#comment-17014144 ] 

Benchao Li edited comment on FLINK-15559 at 1/13/20 9:19 AM:
-------------------------------------------------------------

The reason is following:

Currently {{build_docs.sh}} does not use {{baseurl}}, for a url like {{/dev/table/streaming/query_configuration.html}}, local url is {{localhost:4000/dev/table/streaming/query_configuration.html}} which is a valid url.

When we has a baseurl, for example {{/projects/flink/flink-docs-master}}, then {{localhost:4000/dev/table/streaming/query_configuration.html}} is a broken url. In this case, it needs to be {{localhost:4000/projects/flink/flink-docs-master/dev/table/streaming/query_configuration.html}}.

 

You can check [https://ci.apache.org/projects/flink/flink-docs-master/dev/table/functions/systemFunctions.html#type-conversion-functions]

The "See the supported types here"'s link is broken due to lacking {{baseurl}}


was (Author: libenchao):
The reason is following:

Currently {{build_docs.sh}} does not use {{baseurl}}, for a url like {{/dev/table/streaming/query_configuration.html}}, local url is {{localhost:4000/dev/table/streaming/query_configuration.html}} which is a valid url.

When we has a baseurl, for example {{/projects/flink/flink-docs-master}}, then {{localhost:4000/dev/table/streaming/query_configuration.html}} is a broken url. In this case, it needs to be {{localhost:4000/projects/flink/flink-docs-master/dev/table/streaming/query_configuration.html}}.

 

You can check [https://ci.apache.org/projects/flink/flink-docs-master/dev/table/functions/systemFunctions.html#type-conversion-functions]

The "See the supported types here"'s like is broken due to lacking {{baseurl}}

> Missing {{site.baseurl}} in some docs
> -------------------------------------
>
>                 Key: FLINK-15559
>                 URL: https://issues.apache.org/jira/browse/FLINK-15559
>             Project: Flink
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 1.10.0
>            Reporter: Benchao Li
>            Assignee: Benchao Li
>            Priority: Major
>
> For example, in 
>  * dev/table/functions/systemFunctions.md
>  * dev/table/functions/systemFunctions.zh.md
>  * dev/table/sourceSinks.md
>  * dev/table/sourceSinks.zh.md
>  * dev/table/sql/queries.zh.md
>  



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