Croway opened a new issue, #8701: URL: https://github.com/apache/camel-quarkus/issues/8701
The `camel-github` component was removed from Camel core ([commit](https://github.com/apache/camel/commit/2eec2f35faee)) and replaced by `camel-github2`. The `camel-quarkus-github` extension still exists and its generated doc page references `github-component.adoc`, which no longer exists. This breaks the `camel-website` build: ``` ERROR (asciidoctor): target of xref not found: next@components::github-component.adoc file: docs/modules/ROOT/pages/reference/extensions/github.adoc source: https://github.com/apache/camel-quarkus.git (branch: main | start path: docs) ``` The `camel-quarkus-github` extension should be removed and a new `camel-quarkus-github2` extension should be created as a replacement. -- 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]
