Add documentation for cluster service infrastructure starters #1622
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Fixes apache/camel-website#978
Summary
This PR adds documentation support for cluster service infrastructure starters that were causing build warnings because they don't have corresponding Camel component documentation.
Problem
The cluster service starters (consul, file, infinispan, jgroups-raft, kubernetes, zookeeper) are infrastructure starters that don't directly use a Camel component. The existing documentation mechanism in
list.adoccounts JSON files and compares them against pages with:camel-spring-boot-name:attributes, causing a mismatch and build warnings.Solution
list.adoc: Addedexclude='*-cluster-service.json'to theindexcountmacro to exclude cluster service JSON files from the validation countconsul-cluster-service.adocfile-cluster-service.adocinfinispan-cluster-service.adocjgroups-raft-cluster-service.adockubernetes-cluster-service.adoczookeeper-cluster-service.adoclist.adocwith a table linking to the new pagesnav.adocwith Cluster Services navigation entriesChanges
docs/spring-boot/modules/ROOT/pages/list.adoc- Added exclusion pattern and Cluster Services sectiondocs/spring-boot/modules/ROOT/nav.adoc- Added Cluster Services navigationdocs/spring-boot/modules/ROOT/pages/consul-cluster-service.adoc- Newdocs/spring-boot/modules/ROOT/pages/file-cluster-service.adoc- Newdocs/spring-boot/modules/ROOT/pages/infinispan-cluster-service.adoc- Newdocs/spring-boot/modules/ROOT/pages/jgroups-raft-cluster-service.adoc- Newdocs/spring-boot/modules/ROOT/pages/kubernetes-cluster-service.adoc- Newdocs/spring-boot/modules/ROOT/pages/zookeeper-cluster-service.adoc- New