[
https://issues.apache.org/jira/browse/CAMEL-16228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17286055#comment-17286055
]
Andrea Cosentino commented on CAMEL-16228:
------------------------------------------
The problem is in the user-manual. If you have any link to
components/endpoints/eip in non-generated adocs, they won't follow the
versioning, so if you are on a page of user-manual with a link to a component
page, you'll have always a link to the latest version, no matters if you are
looking at 3.7.x, 3.8.x or 3.4.x, you will arrive to latest anyway.
> Documentation: Fix xref link in old branches
> --------------------------------------------
>
> Key: CAMEL-16228
> URL: https://issues.apache.org/jira/browse/CAMEL-16228
> Project: Camel
> Issue Type: Task
> Components: documentation, website
> Reporter: Andrea Cosentino
> Priority: Major
> Fix For: 3.x
>
>
> Currently in the .adoc of our documentation we are using (for example)
> xref:components::kafka-component.adoc[KafkaIdempotentRepository]
> This is ok for master branch and latest documentation.
> The problem arises when we look at older active branch, all the link to
> components in 3.7.x for example are still pointi to latest. We need to change
> the docs in the following way
> xref:3.7.x@components::kafka-component.adoc[KafkaIdempotentRepository]
> We need to do this for 3.8.x, 3.7.x and 3.4.x
--
This message was sent by Atlassian Jira
(v8.3.4#803005)