-
Task
-
Resolution: Done
-
Critical
-
Quarkus-3.2 GA
-
3
-
False
-
-
False
-
-
Today we have an attribute in common called:
{{
{url-quarkusio-guides}}}
In the RH build of Quarkus downstream docs, when we link to the upstream Quarkus docs we use a variable that's set to the release version value that the docs need to map to. For example:
For instructions on how to install the Quarkus CLI, refer to the community-specific information at link:{url-quarkusio-guides}cli-tooling[Quarkus CLI].
Where:
:url-quarkusio-guides: https://quarkus.io/version/{ProductVersion}/guides/
:ProductVersion: 3.2
This generates the URL: https://quarkus.io/version/3.2/guides/cli-tooling
CHANGES NEEDED FOR UPSTREAM HARMONY:
- Until the 3.2 doc tree is published by Guillaume, we cannot use the {ProductVersion}attribute in our {url-quarkusio-guides} value.
- The upstream source also has an attribute called {quarkusio-guides} for the same purpose.
- We must remove the trailing / from our attribute URL value as the upstream doc build adds a URL to processed links.
See related upstream PR with the request from the upstream community: https://github.com/quarkusio/quarkus/pull/35148
- mentioned on