In the Cave v4.2.x documentation the Gateway feature is not generated due to a 
is missing a colon in 
https://github.com/apache/karaf-cave/blob/master/manual/src/main/asciidoc/index.adoc.
The existing code is below:
> === Repositories Manager
> 
> include::user-guide/repository.adoc[]
> 
> === Karaf Features Gateway
> 
> include:user-guide/features-gateway.adoc[]
> 

The expected code is below:
> === Repositories Manager
> 
> include::user-guide/repository.adoc[]
> 
> === Karaf Features Gateway
> 
> include::user-guide/features-gateway.adoc[]
> 

Paul Spencer

Reply via email to