[
https://issues.apache.org/jira/browse/CALCITE-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16242201#comment-16242201
]
Alexey Roytman commented on CALCITE-2036:
-----------------------------------------
Ok. We may say that in the list, after powered_by goes ../apidocs/
And then, in the post-processing (the one that adds ".html"), we don't add
".html" to a section that either starts with "../" or ends with "/".
> /docs/powered_by.html has a next of /docs/api.html which does not exist
> -----------------------------------------------------------------------
>
> Key: CALCITE-2036
> URL: https://issues.apache.org/jira/browse/CALCITE-2036
> Project: Calcite
> Issue Type: Bug
> Components: site
> Affects Versions: 1.14.0
> Reporter: Alexey Roytman
> Assignee: Michael Mior
> Priority: Minor
>
> The bottom of this page: https://calcite.apache.org/docs/powered_by.html
> has two buttons: previous and next.
> The "next" points to https://calcite.apache.org/docs/api.html
> which is absent.
> The site/_data/docs.yml has "api" item after "powered_by" item.
> And site/_includes/section_nav.html makes the "next" link to have ".html"
> appended.
> Thus "api.html" string is created.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)