Zoran Regvart created CAMEL-13588:
-------------------------------------
Summary: Fix all errors/warnings in Asciidoc files
Key: CAMEL-13588
URL: https://issues.apache.org/jira/browse/CAMEL-13588
Project: Camel
Issue Type: Sub-task
Components: documentation
Reporter: Zoran Regvart
When building the website a number of errors/warnings are issued from Antora
like:
{code}
08:44:06 asciidoctor: WARNING: skipping reference to missing attribute: basedir
08:44:06 asciidoctor: WARNING: skipping reference to missing attribute:
provisionedthroughputdescription
{code}
Or:
{code}
08:44:16 asciidoctor: ERROR: mock-component.adoc: line 269: include target not
found:
../../test/java/org/apache/camel/processor/interceptor/AdviceWithMockEndpointsTest.java
08:44:16 asciidoctor: ERROR: mock-component.adoc: line 278: include target not
found:
../../test/java/org/apache/camel/processor/interceptor/AdviceWithMockEndpointsTest.java
{code}
As seen in the [website build
#12|https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel.website/job/master/12/console].
We need to go through the .adoc files in the camel git repository and try to
fix as much of those issues as possible. Ideally there shouldn't be any issues
reported and we can implement a gate in the website build so that it fails if
there are any issues reported so we don't introduce new issues with changes to
the documentation.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)