JiriOndrusek commented on PR #7939:
URL: https://github.com/apache/camel-quarkus/pull/7939#issuecomment-3515687913
@jamesnetherton the overriding mechanism you mentioned works correctly,
unfortunately there is no option to remove only xref to one kind. Let me
explain.
* (1) Originally the xrefs are
```
* xref:{cq-camel-components}:dataformats:pqc-dataformat.adoc[PQC
(Post-Quantum Cryptography) data format]
* xref:{cq-camel-components}::pqc-component.adoc[PQC Algorithms component],
URI syntax: `pqc:label`
```
and the first one is not valid.
* (2) The overriding mechanism allows to remove both of them to
```
* PQC (Post-Quantum Cryptography)
* PQC Algorithms
```
* (3) The original workaround (which was inside the plugin itself) removed
only the first xref, so the result was
```
* PQC (Post-Quantum Cryptography)
* xref:{cq-camel-components}::pqc-component.adoc[PQC Algorithms component],
URI syntax: `pqc:label`
```
I think that both options are acceptable for now (both options - 2 & 3 -
are workarounds)
I kept option (3) as it does not require altering the plugin.
WDYT?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]