[
https://issues.apache.org/jira/browse/CALCITE-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16242122#comment-16242122
]
Michael Mior commented on CALCITE-2036:
---------------------------------------
[~julianhyde] The problem seems to be that since {{permalink}} is not set for
{{api.md}}, it is placed in {{/docs/api/index.html}} instead of
{{/docs/api.html}}. This is resolved by setting the permalink, but has the side
effect of changing a bunch of existing links from pointing to {{/apidocs}} to
pointing to {{/docs/api.html}}. Of course, this redirects to {{/apidocs}}
anyway, but it would be nice not put in a bunch of unnecessary redirects.
Thoughts?
> /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)