AemieJ opened a new pull request #3942:
URL: https://github.com/apache/camel/pull/3942


   * There is a particular warning regarding the `content-enricher.adoc` 
related to the example tag while building the camel-website. 
   
   ```
   asciidoctor: WARNING: content-enricher.adoc: line 48: tag 'example' not 
found in include file: 
modules/eips/examples/core/camel-core/src/test/java/org/apache/camel/processor/TransformViaDSLTest.java
   asciidoctor: WARNING: content-enricher.adoc: line 56: tag 'example' not 
found in include file: 
modules/eips/examples/core/camel-core/src/test/java/org/apache/camel/processor/TransformTest.java
   ```
   
   I observed that within the camel repo for the master branch, this warning is 
already dealt with however the warning still persist 'cause in the 
`antora-playbook.yml` for the camel-website, it all extras the docs from the 
`camel-3.3.x` branch and the change weren't made in it, thus I have added the 
change similar to that of the master branch.
   
   ```
   antora-playbook.yml 
   - url: g...@github.com:apache/camel.git
         branches: camel-3.3.x
         start_paths:
           # eip
           - core/camel-core-engine/src/main/docs
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to