[
https://issues.apache.org/jira/browse/CAMEL-13623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16879742#comment-16879742
]
Jan Bednar edited comment on CAMEL-13623 at 7/6/19 7:58 PM:
------------------------------------------------------------
I have modified pattern in gulpfile.js to scan one additional subdirectory in
components folder.
In the future, for more complex components it can be possibly modified to
{code:java}
../components/**/src/main/docs/*.adoc
{code}
But it would cause longer build time of website (about 4times longer).
was (Author: bedla):
I have modified pattern in gulpfile.js to scan one additional subdirectory in
components folder [PR 3021|[https://github.com/apache/camel/pull/3021]].
In the future, for more complex components it can be possibly modified to
{code:java}
../components/**/src/main/docs/*.adoc
{code}
But it would cause longer build time of website (about 4times longer).
> Website - Multiproject components not listed in Component Reference
> -------------------------------------------------------------------
>
> Key: CAMEL-13623
> URL: https://issues.apache.org/jira/browse/CAMEL-13623
> Project: Camel
> Issue Type: Task
> Components: website
> Reporter: Tadayoshi Sato
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Components that have the structure of:
> {code}
> camel-box/
> ├── camel-box-api/
> └── camel-box-component/
> {code}
> are not listed in the left menu of Component Reference:
> https://camel.apache.org/staging/components/latest/
> This includes camel-as2, camel-box, camel-fhir, camel-linkedin, and
> camel-olingoX.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)